From 1f5c5472630ab0ca2ff913d1293e69562a856831 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 13 Jun 2022 14:34:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=98=B6=E6=AE=B5=E9=80=89=E9=A1=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=B7=9F=E7=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1010840 --user=陈建星 【测试跟踪】github#11140 MS 上自定义字段(测试阶段)—更新已有的测试阶段描述信息后,测试计划那边原先创建的阶段计划信息丢失 https://www.tapd.cn/55049933/s/1179747 --- .../common/components/MsSingleHandleDrag.vue | 26 +++++++++---------- .../track/plan/components/TestPlanEdit.vue | 14 ++++++++++ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/frontend/src/business/components/common/components/MsSingleHandleDrag.vue b/frontend/src/business/components/common/components/MsSingleHandleDrag.vue index 01713d0be6..ecff1cb742 100644 --- a/frontend/src/business/components/common/components/MsSingleHandleDrag.vue +++ b/frontend/src/business/components/common/components/MsSingleHandleDrag.vue @@ -18,12 +18,12 @@ - + - ({{$t(element.text)}}) + {{$t(element.text)}} {{element.text}} @@ -33,10 +33,10 @@ - + {{$t(element.text)}} @@ -59,6 +59,7 @@