From d9bbdf32b99bc35858c1c53af93e646e78c3b066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 4 Jul 2021 22:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E7=95=8C=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xm/core/xmQuestion/XmQuestionEdit.vue | 50 ++++++++++++++++--- .../xm/core/xmQuestion/XmQuestionMng.vue | 6 +-- 2 files changed, 47 insertions(+), 9 deletions(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index a00a6f30..624f26d0 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -46,14 +46,20 @@ 测试步骤 - -
+ +
+
+
+
- 预期结果 - -
+ 预期结果 + +
+
+
+
@@ -85,7 +91,20 @@
-
+
+
+
+ +
+
+ + + +
+
+
+ +
@@ -283,6 +302,11 @@ return ; } } + //解决了直接转会创建人 + if(tardgetBugStatus=='resolved'){ + this.editForm.handlerUserid=this.editForm.createUserid + this.editForm.handlerUsername=this.editForm.createUsername; + } this.editSubmit(tardgetBugStatus); }, formatterOption: function(row,column,cellValue, index){ @@ -418,4 +442,18 @@ font-weight: 700; font-size: 14px; } + + + .wf-main-context-box { + border:1px dashed #000; + margin-bottom: 10px; + margin-top: 10px; +} + .wf-main-context p { + color: #585858; +} + +.wf-main-context p > img { + max-width: 100%; +} \ No newline at end of file diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index 32180361..a8dce3b8 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -148,13 +148,13 @@ - + - - + +