This commit is contained in:
sjl
2024-12-03 09:50:15 +08:00
parent c086a4d161
commit a91367a16e
8 changed files with 97 additions and 83 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' },