|
@@ -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}
|