feat:设备管理

This commit is contained in:
houjunxiang
2026-03-09 17:53:33 +08:00
parent 9c88c45d66
commit 6004f6c032
19 changed files with 1196 additions and 1057 deletions

View File

@@ -4,7 +4,7 @@ export function getColumn(isFold) {
{
label: '设备名称',
name: 'deviceName',
width: isFold ? 200 : 130
width: isFold ? 200 : 110
},
{
label: '别名',
@@ -14,13 +14,13 @@ export function getColumn(isFold) {
{
label: '设备状态',
name: 'stateShow',
width: isFold ? 120 : 90
width: isFold ? 120 : 100
},
{
label: '使用状态',
name: 'inUseFlag',
width: isFold ? 120 : 90
width: isFold ? 120 : 100
},
{
label: '规格型号',