From fb69a5cf8193bfacfd3a1ac6de9554e9c49aaeb6 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 21 May 2021 16:55:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA=E6=9D=83=E9=99=90=20tra?= =?UTF-8?q?ck=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/ApiAutomation.vue | 4 +- .../api/automation/report/ApiReportList.vue | 2 +- .../automation/scenario/ApiScenarioList.vue | 6 +- .../automation/scenario/EditApiScenario.vue | 22 +- .../scenario/common/ApiBaseComponent.vue | 3 +- .../scenario/component/StepExtendBtns.vue | 14 +- .../module/ApiScenarioModuleHeader.vue | 2 +- .../automation/schedule/ScheduleMaintain.vue | 2 +- .../api/definition/ApiDefinition.vue | 4 +- .../components/case/ApiCaseHeader.vue | 3 +- .../components/case/ApiCaseItem.vue | 13 +- .../complete/EditCompleteDubboApi.vue | 8 +- .../complete/EditCompleteHTTPApi.vue | 8 +- .../complete/EditCompleteSQLApi.vue | 8 +- .../complete/EditCompleteTCPApi.vue | 8 +- .../components/import/ImportScheduleEdit.vue | 2 +- .../components/list/ApiCaseSimpleList.vue | 6 +- .../definition/components/mock/MockConfig.vue | 4 +- .../components/api/report/ApiReportList.vue | 2 +- .../environment/EnvironmentHttpConfig.vue | 2 +- .../environment/EnvironmentSSLConfig.vue | 2 +- .../common/components/search/MsSearchBar.vue | 2 +- .../common/components/table/MsTable.vue | 2 +- .../report/PerformanceTestReportList.vue | 2 +- .../performance/test/EditPerformanceTest.vue | 32 +-- .../components/track/case/TestCase.vue | 76 +++--- .../track/case/components/TestCaseList.vue | 156 +++++++------ .../track/common/TestCaseNodeTree.vue | 11 +- .../track/head/TrackHeaderMenus.vue | 2 +- .../plan/components/ScheduleMaintain.vue | 2 +- .../track/plan/components/TestPlanList.vue | 12 +- .../comonents/api/TestPlanApiCaseList.vue | 94 ++++---- .../comonents/api/TestPlanApiScenarioList.vue | 11 +- .../comonents/api/TestPlanCaseListHeader.vue | 55 ++--- .../api/TestPlanScenarioListHeader.vue | 40 ++-- .../functional/FunctionalTestCaseList.vue | 12 +- .../functional/TestPlanFunctional.vue | 216 +++++++++--------- .../comonents/load/TestPlanLoadCaseList.vue | 11 +- .../load/TestPlanLoadCaseListHeader.vue | 14 +- .../report/components/TestPlanReportList.vue | 4 +- .../review/components/TestCaseReviewList.vue | 24 +- .../components/TestReviewTestCaseList.vue | 203 ++++++++-------- 42 files changed, 579 insertions(+), 527 deletions(-) diff --git a/frontend/src/business/components/api/automation/ApiAutomation.vue b/frontend/src/business/components/api/automation/ApiAutomation.vue index d751561111..187f6f0400 100644 --- a/frontend/src/business/components/api/automation/ApiAutomation.vue +++ b/frontend/src/business/components/api/automation/ApiAutomation.vue @@ -49,8 +49,8 @@