修改台账管理页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user