From f808535bbf764decd6d1b74e632ff758cf153b35 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 27 Dec 2021 17:10:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20i1?= =?UTF-8?q?8n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008911 --user=lyh 【国际化】测试跟踪 模块,未进行国际化的问题汇总 https://www.tapd.cn/55049933/s/1087334 --- .../track/case/components/TestCaseList.vue | 4 ++-- .../functional/FunctionalTestCaseList.vue | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index 0ad51d1418..56a08b82d5 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -88,7 +88,7 @@ min-width="120" /> - + @@ -107,7 +107,7 @@ diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue index 747dca3085..5a4888ed91 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue @@ -88,7 +88,7 @@ :field="item" :fields-width="fieldsWidth" :label="$t('commons.create_time')" - min-width="120px"> + min-width="140px"> @@ -202,7 +202,7 @@ :field="item" :fields-width="fieldsWidth" :label="$t('commons.update_time')" - min-width="120px"> + min-width="140px"> @@ -213,8 +213,8 @@ :field="item" column-key="priority" :fields-width="fieldsWidth" - :label="field.name" - :min-width="90" + :label="field.system ? $t(systemFiledMap[field.name]) :field.name" + :min-width="120" :prop="field.name">