78b38817 by yangjianbin

init

1 parent d79ad764
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 <?php foreach ($record as $k=>$v):?> 49 <?php foreach ($record as $k=>$v):?>
50 <tr> 50 <tr>
51 <td><?=$v->id?></td> 51 <td><?=$v->id?></td>
52 <td><?=$v->createTime?></td> 52 <td><?=$v->phoneAuditTime?></td>
53 <td><?=$v->hasPutThrough ? '是' : '否'?></td> 53 <td><?=$v->hasPutThrough ? '是' : '否'?></td>
54 <td><?=$v->phoneAuditEmployee?></td> 54 <td><?=$v->phoneAuditEmployee?></td>
55 <td><?=$v->remark?></td> 55 <td><?=$v->remark?></td>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!