wupengfei 2 年之前
父节点
当前提交
8b73e025b0
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      application/synth/view/document/index.html

+ 6 - 3
application/synth/view/document/index.html

@@ -6,14 +6,16 @@
 
 {block name="content"}
 <div class="think-box-shadow">
-    {include file='maintain/index_search'}
+    {include file='document/index_search'}
     <table class="layui-table margin-top-20" lay-skin="line">
         <thead>
         <tr>
             <th class='list-table-sort-td'>
                 <button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button>
             </th>
-            <th class='text-left nowrap'>报修员工</th>
+            <th class='text-left nowrap'>申请员工</th>
+            <th class='text-left nowrap'>文件标题</th>
+            <th class='text-left nowrap'>文件好</th>
             <th class='text-left nowrap'>维修地址</th>
             <th class='text-left nowrap'>申请时间</th>
             <th class='text-left nowrap'>审批状态</th>
@@ -33,7 +35,8 @@
                 </div>
             </td>
 
-            <td class='text-left nowrap'>{$vo.address|default='--'}</td>
+            <td class='text-left nowrap'>{$vo.title|default='--'}</td>
+            <td class='text-left nowrap'>{$vo.file_number|default='--'}</td>
             <td class='text-left nowrap'>{$vo.create_at}</td>
             <td class='text-left nowrap'>
                 {eq name ='vo.status' value='1'}审批中{/eq}