修改台账管理页面

This commit is contained in:
GGJ
2025-04-14 09:26:23 +08:00
parent ec9b4e12a6
commit f41f7ed16d
4 changed files with 140 additions and 44 deletions

View File

@@ -119,7 +119,7 @@ const tableStore = new TableStore({
field: 'runFlag',
title: '终端状态',
effect: 'dark',
render: 'tag',
render: 'tag',minWidth: 100,
custom: {
'投运': 'success',
'热备用': 'warning',
@@ -131,7 +131,7 @@ const tableStore = new TableStore({
field: 'comFlag',
title: '通讯状态',
render: 'tag',
effect: 'dark',
effect: 'dark',minWidth: 100,
custom: {
'正常': 'success',
'中断': 'danger',
@@ -143,7 +143,7 @@ const tableStore = new TableStore({
field: 'onlineEvaluate',
title: '在线率评价',
render: 'tag',
effect: 'dark',
effect: 'dark',minWidth: 100,
custom: {
'/': 'info',
'优': 'success',