title = '序列号删除管理'; $this->params['breadcrumbs'][] = '数据统计'; $this->params['breadcrumbs'][] = ['label' => '批次列表', 'url' => ['/datas/device/index']]; $this->params['breadcrumbs'][] = $this->title; ?>
ID | 序列号 | MAC地址 | 设备ID | 申请时间 | 授权时间 | 状态 | 操作 |
---|---|---|---|---|---|---|---|
= $item['id'] ?> |
= $item['serial_no'] ?>
|
= $item['mac'] ?>
|
= $item['device_id']? $item['device_id']:'暂无'?>
|
= $item['apply_at']?date('Y-m-d H:i:s', $item['apply_at']):'暂无' ?> | = $item['auth_at']? date('Y-m-d H:i:s', $item['auth_at']):'暂无' ?> | = $statusList[$item['status']] ?> | 已删除 |
|