Merge branch 'master' of http://192.168.1.22:3000/frontend/pqs-9100_client
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 },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user