init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment