Browse Source

fix(device): 云端下发 - 主题字段展示错误

main
刘凯 1 year ago
parent
commit
c128fb33c5
  1. 2
      src/views/device-manage/device/components/CloudCommand.vue

2
src/views/device-manage/device/components/CloudCommand.vue

@ -54,7 +54,7 @@ const [register, { reload }] = useTable({
},
{
title: '主题',
dataIndex: 't',
dataIndex: 'operation',
},
{
title: '创建时间',

Loading…
Cancel
Save