fix(测试跟踪): 测试计划-功能用例列表排序有误

--bug=1025642 --user=宋昌昌 【测试跟踪】测试计划-功能用例列表按照更新时间排序后点击编辑用例 页面显示当前用例条数错误 https://www.tapd.cn/55049933/s/1364789
This commit is contained in:
song-cc-rock 2023-04-20 15:50:49 +08:00 committed by jianxing
parent b152bd9411
commit 2a8c0fefc2
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
</template>
</ms-table-column>
<ms-table-column
sortable
sortable="custom"
prop="createTime"
:field="item"
:fields-width="fieldsWidth"
@ -222,7 +222,7 @@
</ms-table-column>
<ms-table-column
sortable
sortable="custom"
prop="updateTime"
:field="item"
:fields-width="fieldsWidth"