fix: 测试用例列表添加过滤条件

This commit is contained in:
chenjianxing 2021-06-22 13:43:20 +08:00 committed by jianxing
parent 32ebfa30a0
commit 4c8c7a94d3
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@
:field="item"
:fields-width="fieldsWidth"
prop="num"
sortable
:label="$t('commons.id')"
min-width="80"/>
@ -36,11 +37,13 @@
v-if="item.id === 'num' && customNum"
:fields-width="fieldsWidth"
prop="customNum"
sortable
:label="$t('commons.id')"
min-width="80"/>
<ms-table-column
prop="name"
sortable
:field="item"
:fields-width="fieldsWidth"
:label="$t('commons.name')"
@ -97,6 +100,7 @@
<ms-table-column
prop="updateTime"
sortable
:field="item"
:fields-width="fieldsWidth"
:label="$t('commons.update_time')"