微调
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user