This commit is contained in:
GYYM
2024-10-24 09:59:31 +08:00
parent 8e9cda8c78
commit c59f7016e0
2 changed files with 5 additions and 5 deletions

View File

@@ -87,13 +87,13 @@ const columns = reactive<ColumnProps<TestScript.ResTestScriptList>[]>([
{
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 },