diff --git a/test-track/frontend/src/business/home/components/FailureTestCaseList.vue b/test-track/frontend/src/business/home/components/FailureTestCaseList.vue index bf92ea6268..5a76b64c88 100644 --- a/test-track/frontend/src/business/home/components/FailureTestCaseList.vue +++ b/test-track/frontend/src/business/home/components/FailureTestCaseList.vue @@ -18,10 +18,11 @@ :label="$t('home.case.index')" show-overflow-tooltip width="100px"/> + + min-width="200px"> + + width="300px"> {{ row.testPlan }} + + width="350px"/> + + style="width: 100%;height: 238px;display: flex;flex-direction: column;justify-content: center;align-items: center"> {{ $t("home.dashboard.public.no_data") }} - diff --git a/test-track/frontend/src/business/home/components/ReviewList.vue b/test-track/frontend/src/business/home/components/ReviewList.vue index dbee6f30e2..8a855cbf24 100644 --- a/test-track/frontend/src/business/home/components/ReviewList.vue +++ b/test-track/frontend/src/business/home/components/ReviewList.vue @@ -28,7 +28,7 @@ prop="name" :label="$t('commons.name')" show-overflow-tooltip - width="320px"/> + min-width="200px"/> + width="150px"/> + width="150px"/> + width="350px"> @@ -60,14 +60,14 @@ + style="width: 100%;height: 238px;display: flex;flex-direction: column;justify-content: center;align-items: center"> {{ $t("home.dashboard.public.no_data") }} - diff --git a/test-track/frontend/src/business/home/components/RunningTaskList.vue b/test-track/frontend/src/business/home/components/RunningTaskList.vue index 144db96aa3..85f0621e7e 100644 --- a/test-track/frontend/src/business/home/components/RunningTaskList.vue +++ b/test-track/frontend/src/business/home/components/RunningTaskList.vue @@ -22,7 +22,7 @@ + min-width="200px"> @@ -42,19 +42,14 @@ - + width="150px"/> + width="150px"> + width="200px"> {{ scope.row.nextExecutionTime | datetimeFormat }} + + style="width: 100%;height: 238px;display: flex;flex-direction: column;justify-content: center;align-items: center"> {{ $t("home.dashboard.public.no_data") }} - diff --git a/test-track/frontend/src/business/issue/IssueSyncSelect.vue b/test-track/frontend/src/business/issue/IssueSyncSelect.vue index 7a649c5963..d5ebcd90a8 100644 --- a/test-track/frontend/src/business/issue/IssueSyncSelect.vue +++ b/test-track/frontend/src/business/issue/IssueSyncSelect.vue @@ -68,7 +68,7 @@ export default { this.visible = true; let syncTime = localStorage.getItem("ISSUE_SYNC_TIME"); if (syncTime) { - this.form.createTime = syncTime; + this.form.createTime = new Date(syncTime); } }, save() {