Browse Source

客户管理,项目办客户 增加项目下标段显示

Chente 7 năm trước cách đây
mục cha
commit
89d715a52e
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      poj-list-detail.html

+ 6 - 1
poj-list-detail.html

@@ -210,7 +210,12 @@
                   </table>
                 </div>
                 <div class="tab-pane" id="biaoduan" role="tabpanel">
-                  标段
+                  <table class="table table-striped table-bordered table-sm">
+                    <thead><tr><th>标段名称</th><th>创建时间</th><th>创建人</th></tr></thead>
+                    <tr><td>WWUJ-1</td><td>2017-12-1</td><td>张三</td></tr>
+                    <tr><td>WWUJ-2</td><td>2017-12-1</td><td>王五</td></tr>
+                    <tr><td>WWUJ-3</td><td>2017-12-1</td><td>张三</td></tr>
+                  </table>
                 </div>
               </div>
             </div>