修改bug

This commit is contained in:
2023-09-20 16:57:20 +08:00
parent 646859aeef
commit ebcf3d4d78
9 changed files with 118 additions and 21 deletions

View File

@@ -65,7 +65,8 @@ const tableProps = [
},
{
prop: 'type',
label: '监控模式'
label: '监控模式',
filter: (val) => (val != null ? ['合并', '详细'][val-1] : '-'),
},
{
prop: 'plcParamName',