From 2fc8dfcaca5f56052bc64fc901d73b390a7542de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 23 Mar 2022 04:22: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 --- src/views/xm/core/xmProduct/XmProductInfo.vue | 2 +- .../xm/core/xmQuestion/XmQuestionAdd.vue | 83 +++++++++++++------ .../xm/core/xmQuestion/XmQuestionMng.vue | 7 +- 3 files changed, 64 insertions(+), 28 deletions(-) diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index 12eee2a8..faaf24ae 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -35,7 +35,7 @@ - 缺陷 + 缺陷 diff --git a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue index 2084c411..aadb6aff 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue @@ -9,38 +9,72 @@ - + +
+ +
+ +
{{addForm.menuName?addForm.menuName:"未关联需求"}}
- - {{this.filters.selProject?this.filters.selProject.name:'未关联项目'}} - - {{addForm.taskName?addForm.taskName:'未关联任务'}} - - {{addForm.menuName?addForm.menuName:"未关联需求"}} - - - - - {{i.name}} - - - - {{i.name}} - - - - {{i.name}} - + + + + {{this.filters.selProject?this.filters.selProject.name:'未关联项目'}} + - + + + +
+ +
+ {{addForm.taskName?addForm.taskName:'未关联任务'}} +
+
+
+ + + + + {{i.name}} + + + + + + + + {{i.name}} + + + + + + + + + + {{i.name}} + + + + + + + + {{i.name}} + + + + {{addForm.askUsername?addForm.askUsername:'未关联提出人'}} - {{addForm.handlerUsername}} 指派给提出人指派给创建人指派给其它人 + {{addForm.handlerUsername}} 指派给提出人指派给创建人指派给其它人 @@ -180,6 +214,7 @@ id:'',name:'',projectId:'',projectName:'',taskId:'',taskName:'',endTime:'',askUserid:'',askUsername:'',handlerUserid:'',handlerUsername:'',priority:'3',solution:'',processTime:'',receiptMessage:'',receiptTime:'',description:'',createUserid:'',createUsername:'',createTime:'',status:'',bugSeverity:'3', qtype:'', attachment: [], + repRate:'', }, /**begin 在下面加自定义属性,记得补上面的一个逗号**/ fileVisible: true, @@ -401,7 +436,7 @@ this.addForm.qtype=this.qtype this.setDefaultData(); this.initByExec(); - initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','urgencyLevel']).then(res=>{ + initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','urgencyLevel','bugRepRate']).then(res=>{ if(res.data.tips.isOk){ this.dicts['bugSeverity']=res.data.data.bugSeverity this.dicts['bugSolution']=res.data.data.bugSolution diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue index e6331811..f134c396 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue @@ -128,9 +128,10 @@ - -