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 },

View File

@@ -11,7 +11,7 @@
<el-button type='primary' :icon='CirclePlus' >新增检测源</el-button>
<el-button type='primary' :icon='Download' plain >导出检测源数据</el-button>
<el-button type='danger' :icon='Delete' plain :disabled='!scope.isSelected'>
批量删除脚本
批量删除检测源
</el-button>
</template>
<!-- 表格操作 -->
@@ -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 },