refactor(测试跟踪): 测试计划关联场景用例页面ID、名称列添加排序
--bug=1014089 --user=李玉号 [测试跟踪]-测试计划关联场景用例页面所有列都不能排序 https://www.tapd.cn/55049933/s/1182234
This commit is contained in:
parent
d431d3be55
commit
df73e03642
|
@ -34,13 +34,13 @@
|
|||
:show-select-all="false"
|
||||
@selectCountChange="selectCountChange">
|
||||
|
||||
<el-table-column v-if="!customNum" prop="num" label="ID"
|
||||
<el-table-column v-if="!customNum" prop="num" label="ID" sortable
|
||||
show-overflow-tooltip>
|
||||
</el-table-column>
|
||||
<el-table-column v-if="customNum" prop="customNum" label="ID"
|
||||
<el-table-column v-if="customNum" prop="customNum" label="ID" sortable
|
||||
show-overflow-tooltip>
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" :label="$t('api_test.automation.scenario_name')"
|
||||
<el-table-column prop="name" :label="$t('api_test.automation.scenario_name')" sortable min-width="100px"
|
||||
show-overflow-tooltip/>
|
||||
<el-table-column
|
||||
v-if="versionEnable"
|
||||
|
|
Loading…
Reference in New Issue