fix(任务中心): bugFix

This commit is contained in:
baiqi 2024-10-30 14:55:50 +08:00 committed by Craftsman
parent fa5bba19ac
commit e2d9bc860e
5 changed files with 8 additions and 7 deletions

View File

@ -41,8 +41,8 @@ export default {
'menu.apiTest.apiScenario': 'Scenario',
'menu.apiTest.scenario.recycle': 'Recycle',
'menu.apiTest.report': 'Report',
'menu.apiTest.reportTestPlan': 'Test report',
'menu.apiTest.reportTestGroupPlan': 'Test Group Report',
'menu.apiTest.reportTestPlan': 'Test plan report',
'menu.apiTest.reportTestGroupPlan': 'Test plan group report',
'menu.apiTest.reportDetail': 'Report Detail',
'menu.taskCenter': 'Task Center',
'menu.uiTest': 'UI Test',

View File

@ -40,8 +40,8 @@ export default {
'menu.apiTest.scenario': '场景',
'menu.apiTest.scenario.recycle': '回收站',
'menu.apiTest.report': '报告',
'menu.apiTest.reportTestPlan': '测试报告',
'menu.apiTest.reportTestGroupPlan': '测试组报告',
'menu.apiTest.reportTestPlan': '计划报告',
'menu.apiTest.reportTestGroupPlan': '计划组报告',
'menu.apiTest.reportDetail': '报告详情',
'menu.uiTest': 'UI测试',
'menu.taskCenter': '任务中心',

View File

@ -412,7 +412,7 @@
currentExecuteTaskDetailList,
{
tableKey: TableKeyEnum.TASK_CENTER_CASE_TASK_DETAIL,
scroll: { x: '1000px' },
scroll: { x: '1000px', y: '100%' },
selectable: hasAnyPermission([getCurrentPermission('STOP')]),
heightUsed: 288,
showSetting: true,

View File

@ -487,8 +487,9 @@
currentExecuteTaskList,
{
tableKey: TableKeyEnum.TASK_CENTER_CASE_TASK,
scroll: { x: '1000px' },
scroll: { x: '1000px', y: '100%' },
selectable: hasAnyPermission([getCurrentPermission('STOP'), getCurrentPermission('DELETE')]),
heightUsed: 288,
showSetting: true,
showPagination: true,
},

View File

@ -373,7 +373,7 @@
currentScheduleList,
{
tableKey: TableKeyEnum.TASK_CENTER_SYSTEM_TASK,
scroll: { x: '100%' },
scroll: { x: '100%', y: '100%' },
selectable: hasAnyPermission([getCurrentPermission('EDIT')]),
heightUsed: 288,
showSetting: true,