联调 干扰源用户 谐波普测页面
This commit is contained in:
@@ -142,9 +142,18 @@ const tableStore = new TableStore({
|
||||
{
|
||||
field: 'testResults',
|
||||
title: '检测结果',
|
||||
formatter(row: any) {
|
||||
return row.cellValue == 0 ? '未展开' : '已展开'
|
||||
render: 'tag',
|
||||
custom: {
|
||||
0: 'warning',
|
||||
1: 'success'
|
||||
},
|
||||
replaceValue: {
|
||||
0: '未展开',
|
||||
1: '已展开'
|
||||
}
|
||||
// formatter(row: any) {
|
||||
// return row.cellValue == 0 ? '未展开' : '已展开'
|
||||
// }
|
||||
},
|
||||
{ field: 'nextInspectionTime', title: '下次检测时间' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user