From f28eab3719da29cd2d27494434df20f23587f5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 21 Jul 2022 10:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xmTestPlanCase/XmTestPlanCaseEdit.vue | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue index 9e7068da..8fe06ad1 100644 --- a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue +++ b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue @@ -12,20 +12,20 @@ {{editForm.caseName}} - + {{editForm.execUsername}}
{{editForm.execUsername}} 执行人
- +
{{formatDicts(dicts,'priority',editForm.priority)}} 优先级
- + @@ -35,7 +35,7 @@
- +
@@ -151,19 +151,22 @@
- +
{{formatDicts(dicts,'testStepTcode',editForm.execStatus)}}
- - + + + {{item.name}} + +    下一条 @@ -342,13 +345,13 @@ import XmQuestionMng from '@/views/xm/core/xmQuestion/XmQuestionMng';//修改 - \ No newline at end of file