From d9b2c4b780340d2d2e8ca1a328034f19092fcddb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 10 七月 2019 17:57:08 +0800
Subject: [PATCH] 提交breadcrumb功能

---
 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 c6c1cd6..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 listDemoInfo.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