[]>([
enum: dictStore.getDictData('Dev_Manufacturers'),
search: { el: 'select', props: { filterable: true }, order: 1 },
fieldNames: { label: 'name', value: 'id' },
- minWidth: 190,
+ minWidth: 200,
},
{ prop: 'operation', label: '操作', fixed: 'right', width: 200 },
])
diff --git a/frontend/src/views/machine/testSource/components/testSourcePopup.vue b/frontend/src/views/machine/testSource/components/testSourcePopup.vue
index 8cdc2b8..87b326a 100644
--- a/frontend/src/views/machine/testSource/components/testSourcePopup.vue
+++ b/frontend/src/views/machine/testSource/components/testSourcePopup.vue
@@ -3,13 +3,13 @@
+
+
+
+
+
-
-
-
-
-
-
+
-
-
+
+
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' },