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

@@ -65,11 +65,6 @@ const column = reactive([
width: 170,
formatter: true
},
{
label: '结束使用人',
name: 'userNameEnd',
width: 100
},
{
label: '结束时间',
name: 'useTimeEnd',
@@ -78,19 +73,23 @@ const column = reactive([
},
{
label: '使用前状态',
name: 'stateBefore'
name: 'stateBefore',
width: 110
},
{
label: '使用后状态',
name: 'stateAfter'
name: 'stateAfter',
width: 110
},
{
label: '温度(℃)',
name: 'temperature'
name: 'temperature',
width: 110
},
{
label: '湿度(%RH)',
name: 'humidity'
name: 'humidity',
width: 110
},
{
name: 'operation',