fix: 测试用例列表添加过滤条件
This commit is contained in:
parent
32ebfa30a0
commit
4c8c7a94d3
|
@ -29,6 +29,7 @@
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
prop="num"
|
prop="num"
|
||||||
|
sortable
|
||||||
:label="$t('commons.id')"
|
:label="$t('commons.id')"
|
||||||
min-width="80"/>
|
min-width="80"/>
|
||||||
|
|
||||||
|
@ -36,11 +37,13 @@
|
||||||
v-if="item.id === 'num' && customNum"
|
v-if="item.id === 'num' && customNum"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
prop="customNum"
|
prop="customNum"
|
||||||
|
sortable
|
||||||
:label="$t('commons.id')"
|
:label="$t('commons.id')"
|
||||||
min-width="80"/>
|
min-width="80"/>
|
||||||
|
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
prop="name"
|
prop="name"
|
||||||
|
sortable
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
:label="$t('commons.name')"
|
:label="$t('commons.name')"
|
||||||
|
@ -97,6 +100,7 @@
|
||||||
|
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
prop="updateTime"
|
prop="updateTime"
|
||||||
|
sortable
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
:label="$t('commons.update_time')"
|
:label="$t('commons.update_time')"
|
||||||
|
|
Loading…
Reference in New Issue