update: lấy dữ liệu mã thẻ từ thiết bị, mở cửa từ phần mềm
This commit is contained in:
@@ -68,8 +68,14 @@
|
||||
'value' => \app\helpers\DeviceGrid::checkbox("device", false)
|
||||
],
|
||||
'name',
|
||||
'serial',
|
||||
'ip_address',
|
||||
[
|
||||
'attribute' => 'serial',
|
||||
'headerOptions' => ['style' => 'width:10%']
|
||||
],
|
||||
[
|
||||
'attribute' => 'ip_address',
|
||||
'headerOptions' => ['style' => 'width:10%']
|
||||
],
|
||||
'subnet_mask',
|
||||
'gateway',
|
||||
'mac_address',
|
||||
@@ -80,7 +86,11 @@
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\DeviceGrid::status($statusArray)
|
||||
],
|
||||
'type',
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'headerOptions' => ['style' => 'width:5%']
|
||||
],
|
||||
[
|
||||
'attribute' => 'area_id',
|
||||
'format' => 'raw',
|
||||
@@ -88,7 +98,12 @@
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\DeviceGrid::area($areaArray)
|
||||
],
|
||||
'version'
|
||||
'version',
|
||||
[
|
||||
'format' => 'raw',
|
||||
'headerOptions' => ['style' => 'width:10%'],
|
||||
'value' => \app\helpers\DeviceGrid::openDoor()
|
||||
]
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
|
||||
Reference in New Issue
Block a user