|
@@ -2,17 +2,19 @@
|
|
|
<div class="think-box-shadow">
|
|
|
<table class="layui-table margin-top-20" lay-skin="line">
|
|
|
<thead>
|
|
|
- <tr>
|
|
|
- <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>
|
|
|
- </tr>
|
|
|
+ <tr>
|
|
|
+ <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>
|
|
|
+ </tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
{foreach $list as $key=>$vo}
|
|
|
<tr>
|
|
|
+ <td class='text-left nowrap'>{$vo.approve_type == 1 ?'审批':'抄送'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.name}</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
{eq name ='vo.status' value='0'}待审批{/eq}
|