1.被检设备监测点新增是否参与检测
2.调整通道配对只显示绑定和参与检测的通道数
This commit is contained in:
@@ -97,6 +97,14 @@ const columns = reactive<ColumnProps<Monitor.ResPqMon>[]>([
|
||||
label: '统计间隔',
|
||||
width: 130,
|
||||
},
|
||||
{
|
||||
prop: 'checkFlag',
|
||||
label: '是否参与检测',
|
||||
render: (scope: any) => {
|
||||
return scope.row.checkFlag === 1 ? '是' : '否'
|
||||
},
|
||||
width: 130,
|
||||
},
|
||||
{ prop: 'operation', label: '操作', fixed: 'right', width: 200 },
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user