bug调整

This commit is contained in:
2024-06-05 19:44:23 +08:00
parent 03f7a5af97
commit 913378ae0c
3 changed files with 86 additions and 81 deletions

View File

@@ -65,7 +65,7 @@ const tableStore = new TableStore({
{ title: '终端名称', field: 'deviceName', minWidth: 130 },
{ title: '变更原因', field: 'propertyNo', minWidth: 160 },
{
title: '前状态',
title: '变更前状态',
field: 'devOriginalStatus',
minWidth: 130,
render: 'tag',
@@ -85,7 +85,7 @@ const tableStore = new TableStore({
}
},
{
title: '变更状态',
title: '目标状态',
field: 'devStatus',
minWidth: 130,
render: 'tag',