fix(测试跟踪): 功能用例筛选状态和列表状态不一致

--bug=1009034 --user=lyh 【测试跟踪】-功能用例按状态筛选 not started= = Prepare
https://www.tapd.cn/55049933/s/1092047
This commit is contained in:
shiziyuan9527 2022-01-14 15:18:27 +08:00 committed by shiziyuan9527
parent b79df76708
commit 9e9f206507
1 changed files with 2 additions and 2 deletions

View File

@ -1984,8 +1984,8 @@ export default {
unlink: 'Unlink',
project_name: "Project",
status: 'Review Status',
status_prepare: 'Not started',
status_running: 'In progress',
status_prepare: 'Prepare',
status_running: 'Underway',
status_finished: 'Completed',
status_pass: 'Pass',
status_un_pass: 'UnPass',