From 8896c0730f6850403034d3b29925104d717f23f8 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 8 Jun 2020 11:55:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/components/MsDeleteConfirm.vue | 83 +++++++ .../track/plan/components/TestPlanList.vue | 204 +++++++++--------- frontend/src/i18n/en-US.js | 4 +- frontend/src/i18n/zh-CN.js | 4 +- frontend/src/i18n/zh-TW.js | 3 + 5 files changed, 192 insertions(+), 106 deletions(-) create mode 100644 frontend/src/business/components/common/components/MsDeleteConfirm.vue diff --git a/frontend/src/business/components/common/components/MsDeleteConfirm.vue b/frontend/src/business/components/common/components/MsDeleteConfirm.vue new file mode 100644 index 0000000000..1d7185e32b --- /dev/null +++ b/frontend/src/business/components/common/components/MsDeleteConfirm.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue index b54e530e7c..905b0997b3 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanList.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue @@ -1,106 +1,107 @@