diff --git a/frontend/src/views/machine/testScript/index.vue b/frontend/src/views/machine/testScript/index.vue index 1247776..33582ea 100644 --- a/frontend/src/views/machine/testScript/index.vue +++ b/frontend/src/views/machine/testScript/index.vue @@ -87,13 +87,13 @@ const columns = reactive[]>([ { prop: 'testScriptValueType', label: '值类型', - search: { el: 'input' }, + search: { el: 'select' }, minWidth: 150, }, { prop: 'testScriptType', label: '模板类型', - search: { el: 'input' }, + search: { el: 'select' }, minWidth: 150, }, { prop: 'operation', label: '操作', fixed: 'right', width: 330 }, diff --git a/frontend/src/views/machine/testSource/index.vue b/frontend/src/views/machine/testSource/index.vue index 48505ab..c96126a 100644 --- a/frontend/src/views/machine/testSource/index.vue +++ b/frontend/src/views/machine/testSource/index.vue @@ -11,7 +11,7 @@ 新增检测源 导出检测源数据 - 批量删除脚本 + 批量删除检测源 @@ -86,13 +86,13 @@ { prop: 'testSourceType', label: '类型', - search: { el: 'input' }, + search: { el: 'select' }, minWidth: 220, }, { prop: 'testSourceModel', label: '源类型', - search: { el: 'input' }, + search: { el: 'select' }, minWidth: 150, }, { prop: 'operation', label: '操作', fixed: 'right', width: 330 },