fix(测试跟踪): 测试计划-功能用例列表排序有误
--bug=1025642 --user=宋昌昌 【测试跟踪】测试计划-功能用例列表按照更新时间排序后点击编辑用例 页面显示当前用例条数错误 https://www.tapd.cn/55049933/s/1364789
This commit is contained in:
parent
b152bd9411
commit
2a8c0fefc2
|
@ -114,7 +114,7 @@
|
||||||
</template>
|
</template>
|
||||||
</ms-table-column>
|
</ms-table-column>
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
sortable
|
sortable="custom"
|
||||||
prop="createTime"
|
prop="createTime"
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
</ms-table-column>
|
</ms-table-column>
|
||||||
|
|
||||||
<ms-table-column
|
<ms-table-column
|
||||||
sortable
|
sortable="custom"
|
||||||
prop="updateTime"
|
prop="updateTime"
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
|
|
Loading…
Reference in New Issue