feat: 测试用例按照ID排序
This commit is contained in:
parent
b5f471c67d
commit
f4e3fccf5b
|
@ -40,6 +40,7 @@
|
||||||
type="selection"/>
|
type="selection"/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="num"
|
prop="num"
|
||||||
|
sortable="custom"
|
||||||
:label="$t('commons.id')"
|
:label="$t('commons.id')"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue