From 6d8a43de07062234a05716fcbb94273709cab21e Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期二, 16 七月 2019 17:04:36 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
WebService/src/main/resources/components/list-demo/listDemo.html | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/WebService/src/main/resources/components/list-demo/listDemo.html b/WebService/src/main/resources/components/list-demo/listDemo.html
index 0347c11..f028ea4 100644
--- a/WebService/src/main/resources/components/list-demo/listDemo.html
+++ b/WebService/src/main/resources/components/list-demo/listDemo.html
@@ -1,9 +1,10 @@
-<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
+<div id="component" >
+ <!-- class="wrapper wrapper-content animated fadeInRight ecommerce" -->
<div class="row">
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">
- <h5>涓氫富淇℃伅</h5>
+ <h5>DEMO淇℃伅</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOwnerModal(-1)">
<i class="glyphicon glyphicon-plus"></i>
@@ -25,20 +26,20 @@
</tr>
</thead>
<tbody>
- <tr v-for="owner in listOwnerInfo.owners">
+ <tr v-for="demo in listDemoInfo.demos">
<td>
- {{demos.demoId}}
+ {{demo.demoId}}
</td>
<td>
- {{demos.demoName}}
+ {{demo.demoName}}
</td>
<td>
- {{demos.demoValue}}
+ {{demo.demoValue}}
</td>
<td>
- {{demos.demoRemark}}
+ {{demo.demoRemark}}
</td>
<td class="text-right">
<div class="btn-group">
--
Gitblit v1.8.0