This commit is contained in:
caozehui
2024-12-05 09:55:35 +08:00
parent 6e9e3db358
commit 7d5d128b54
6 changed files with 45 additions and 46 deletions

View File

@@ -67,7 +67,7 @@
},
{
prop: 'devType',
label: '源型号',
label: '设备类型',
enum: dictStore.getDictData('S_Dev_Type_'+dictStore.getDictData('Pattern').find(item=>item.name=== modeStore.currentMode)?.code),
fieldNames: { label: 'name', value: 'id' },
search: { el: 'select' },
@@ -75,7 +75,7 @@
},
{
prop: 'type',
label: '源类型',
label: '检测源类型',
enum: dictStore.getDictData('Pq_Source_Type'),
fieldNames: { label: 'name', value: 'id' },
search: { el: 'select' },