opt:地图编辑设备组件接口修改

This commit is contained in:
zhangzq
2026-02-24 16:55:06 +08:00
parent 3f83b1735c
commit 2e2b36ddf8
6 changed files with 62 additions and 30 deletions

View File

@@ -91,12 +91,28 @@
title: '设备名称',
dataIndex: 'name'
},
{
title: '设备类型',
dataIndex: 'type'
},
{
title: '描述',
dataIndex: 'description'
},
{
title: '扩展参数',
dataIndex: 'editParam'
},
{
title: '图片路径',
dataIndex: 'path'
},
{
title: '所属区域',
dataIndex: 'region'
},
{
title: '设备图片',
title: '设备图片ID',
dataIndex: 'icon'
},
{