|
@@ -172,6 +172,7 @@
|
|
|
>
|
|
>
|
|
|
<a-descriptions-item :span="24" label="状态">{{ DeviceContriller.deviceMag.get(state.cmdDetail!.status! )?.name }}</a-descriptions-item>
|
|
<a-descriptions-item :span="24" label="状态">{{ DeviceContriller.deviceMag.get(state.cmdDetail!.status! )?.name }}</a-descriptions-item>
|
|
|
<a-descriptions-item :span="24" label="命令名称">{{state.cmdDetail.cmdLabel}}</a-descriptions-item>
|
|
<a-descriptions-item :span="24" label="命令名称">{{state.cmdDetail.cmdLabel}}</a-descriptions-item>
|
|
|
|
|
+ <a-descriptions-item :span="24" label="命令编码">{{state.cmdDetail.cmdCode}}</a-descriptions-item>
|
|
|
<a-descriptions-item :span="24" label="参数">{{state.cmdDetail.cmdPayload}}</a-descriptions-item>
|
|
<a-descriptions-item :span="24" label="参数">{{state.cmdDetail.cmdPayload}}</a-descriptions-item>
|
|
|
<!-- <a-descriptions-item :span="24" label="下发参数">{{state.cmdDetail.msgLabel}}</a-descriptions-item> -->
|
|
<!-- <a-descriptions-item :span="24" label="下发参数">{{state.cmdDetail.msgLabel}}</a-descriptions-item> -->
|
|
|
<a-descriptions-item :span="24" label="消息创建时间">
|
|
<a-descriptions-item :span="24" label="消息创建时间">
|
|
@@ -240,6 +241,10 @@ const cmdColumns = [
|
|
|
dataIndex: 'status',
|
|
dataIndex: 'status',
|
|
|
key: 'status'
|
|
key: 'status'
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ title: '命令编码',
|
|
|
|
|
+ dataIndex: 'cmdCode'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
title: '命令名称',
|
|
title: '命令名称',
|
|
|
dataIndex: 'cmdLabel'
|
|
dataIndex: 'cmdLabel'
|