fix(测试计划): 计划组选中条数不一致问题

--bug=1042943 --user=宋昌昌 【测试计划】计划组-批量选中三个计划组归档/删除操作-弹框提示选中 7个测试计划组 https://www.tapd.cn/55049933/s/1548324
This commit is contained in:
song-cc-rock 2024-07-15 17:27:27 +08:00 committed by Craftsman
parent d51f4c7899
commit ca75dabb36
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ export default {
'testPlan.testPlanGroup.planGroupDeleteContent':
'It is recommended to select the archive, and the use case information and execution results will be retained;The data will not be restored if continue to delete,',
'testPlan.testPlanGroup.selectTestPlanGroupPlaceHolder': 'Please select the Plan group',
'testPlan.testPlanGroup.batchArchivedGroup': 'Confirm archive: {count} test plan groups',
'testPlan.testPlanGroup.batchArchivedGroup': 'Confirm archive: {count} test plan groups?',
'testPlan.testPlanGroup.confirmBatchDeletePlanGroup': 'Are you sure to delete {count} test plan groups?',
'testPlan.testPlanGroup.deleteScheduleTaskSuccess': 'Delete the scheduled task successfully',
'testPlan.testPlanGroup.enableScheduleTaskSuccess': 'Start the scheduled task successfully',

View File

@ -131,7 +131,7 @@ export default {
' 已完成 建议选择归档,用例信息及执行结果都将被保留;若继续删除,数据将不会恢复,',
'testPlan.testPlanGroup.module': '模块',
'testPlan.testPlanGroup.selectTestPlanGroupPlaceHolder': '请选择计划组',
'testPlan.testPlanGroup.batchArchivedGroup': '确认归档:{count} 个测试计划组吗',
'testPlan.testPlanGroup.batchArchivedGroup': '确认归档:{count} 个测试计划组吗',
'testPlan.testPlanGroup.confirmBatchDeletePlanGroup': '确认删除 {count} 个测试计划组吗?',
'testPlan.testPlanGroup.deleteScheduleTaskSuccess': '删除定时任务成功',
'testPlan.testPlanGroup.enableScheduleTaskSuccess': '开启定时任务成功',