{{p.totalBugCnt==null?0:p.totalBugCnt}}
- 问题
+ 缺陷
{{p.totalFileCnt==null?0:p.totalFileCnt}}
@@ -116,7 +116,7 @@
-
+
{{scope.row.totalProgress}}%
@@ -483,7 +483,8 @@
//进入info界面
intoInfo(row) {
this.selectProject = row;
- this.showInfo = true;
+ this.$router.push({ name:'XmProjectInfoRoute', params: row })
+ //this.showInfo = true;
},
//筛选项目
diff --git a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue
index 72fe3c09..283274f3 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue
@@ -14,8 +14,8 @@
{{addForm.menuName}}选故事
-
-
+
+
@@ -59,7 +59,7 @@
-
+
@@ -152,7 +152,7 @@
load:{ list: false, edit: false, del: false, add: false },//查询中...
addFormRules: {
name: [
- {required: true, message: '问题标题不可为空', trigger: 'blur' }
+ {required: true, message: '缺陷标题不可为空', trigger: 'blur' }
],
askUsername: [
{required: true, message: '提出人不可为空', trigger: 'blur' }
diff --git a/src/views/xm/core/xmQuestion/XmQuestionCenter.vue b/src/views/xm/core/xmQuestion/XmQuestionCenter.vue
index 396b68e7..791f96b4 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionCenter.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionCenter.vue
@@ -11,8 +11,8 @@
-
-
+
+
@@ -23,10 +23,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
index 624f26d0..802a574c 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
@@ -6,7 +6,7 @@
-
+
{{editForm.name}}
@@ -90,7 +90,7 @@
-
+
@@ -122,7 +122,7 @@
取消
暂存
确认
- 不是问题
+ 不是缺陷
直接解决
直接关闭
解决
@@ -192,7 +192,7 @@
load:{ list: false, edit: false, del: false, add: false },//查询中...
editFormRules: {
name: [
- {required: true, message: '问题标题不可为空', trigger: 'blur' }
+ {required: true, message: '缺陷标题不可为空', trigger: 'blur' }
],
askUsername: [
{required: true, message: '提出人不可为空', trigger: 'blur' }
diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
index 43e734f4..684c9419 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
@@ -17,7 +17,7 @@
选产品
选择故事
{{filters.menus[0].menuName.substr(0,5)}}等({{filters.menus.length}})个
-
+
@@ -61,7 +61,7 @@
{{b.optionName}}
- 的问题
+ 的缺陷
故事:
@@ -125,7 +125,7 @@
-
+
{{scope.row.id}} {{scope.row.name}}
@@ -184,12 +184,12 @@
-
+
-
+
@@ -310,7 +310,7 @@
{
key: 'name',
type: 'text',
- name: '问题名称'
+ name: '缺陷名称'
},
{
key: 'bugStatus',
@@ -436,7 +436,7 @@
if(this.filters.hisHandleStatus){
params.hisHandlerUserid=this.filters.hisHandler.userid;
}else{
- this.$message({ message: "请选择曾经的问题状态", type: 'error' });
+ this.$message({ message: "请选择曾经的缺陷状态", type: 'error' });
return;
}
@@ -832,10 +832,10 @@
}
if(bizKey=="xm_question_up_approva"){
//预算变更审核
- params.mainTitle='关于问题【'+row.name+"】升级的申请";
+ params.mainTitle='关于缺陷【'+row.name+"】升级的申请";
params.mainContext='项目编号:'+row.projectId+','+'项目名称:'+row.projectName+',任务名称:'+row.taskName
- +'
'+row.askUsername+'于'+row.createTime+'提出问题('+row.id+'):'+row.name
- +'
问题描述:'+row.description;
+ +'
'+row.askUsername+'于'+row.createTime+'提出缺陷('+row.id+'):'+row.name
+ +'
缺陷描述:'+row.description;
params.restUrl=config.getXmBasePath()+"/xm/core/xmQuestion/processApprova";
this.$router.push({name:'ProcdefListForBizStart',params:params});
diff --git a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleAdd.vue b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleAdd.vue
index f93da7ae..b44b21a8 100644
--- a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleAdd.vue
+++ b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleAdd.vue
@@ -30,8 +30,8 @@
-
-
+
+
diff --git a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleEdit.vue b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleEdit.vue
index 8a8a89af..959736ad 100644
--- a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleEdit.vue
+++ b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleEdit.vue
@@ -30,8 +30,8 @@
-
-
+
+
diff --git a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
index 8d97d9e2..8c9bcc67 100644
--- a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
+++ b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
@@ -20,7 +20,7 @@
-
+
diff --git a/src/views/xm/core/xmQuestionTag/XmQuestionTagAdd.vue b/src/views/xm/core/xmQuestionTag/XmQuestionTagAdd.vue
index 021ec187..aae5cc8a 100644
--- a/src/views/xm/core/xmQuestionTag/XmQuestionTagAdd.vue
+++ b/src/views/xm/core/xmQuestionTag/XmQuestionTagAdd.vue
@@ -1,10 +1,10 @@
-
+
-
-
+
+
@@ -61,7 +61,7 @@
//{ required: true, message: '主键不能为空', trigger: 'blur' }
]
},
- //新增界面数据 问题标签关联表
+ //新增界面数据 缺陷标签关联表
addForm: {
questionId:'',tagId:'',tagName:'',ctime:'',id:''
}
@@ -76,7 +76,7 @@
this.$refs['addForm'].resetFields();
this.$emit('cancel');
},
- //新增提交XmQuestionTag 问题标签关联表 父组件监听@submit="afterAddSubmit"
+ //新增提交XmQuestionTag 缺陷标签关联表 父组件监听@submit="afterAddSubmit"
addSubmit: function () {
this.$refs.addForm.validate((valid) => {
diff --git a/src/views/xm/core/xmQuestionTag/XmQuestionTagEdit.vue b/src/views/xm/core/xmQuestionTag/XmQuestionTagEdit.vue
index 1f6091db..ee06033a 100644
--- a/src/views/xm/core/xmQuestionTag/XmQuestionTagEdit.vue
+++ b/src/views/xm/core/xmQuestionTag/XmQuestionTagEdit.vue
@@ -1,10 +1,10 @@
-
+
-
-
+
+
@@ -61,7 +61,7 @@
//{ required: true, message: '主键不能为空', trigger: 'blur' }
]
},
- //编辑界面数据 XmQuestionTag 问题标签关联表
+ //编辑界面数据 XmQuestionTag 缺陷标签关联表
editForm: {
questionId:'',tagId:'',tagName:'',ctime:'',id:''
}
@@ -76,7 +76,7 @@
this.$refs['editForm'].resetFields();
this.$emit('cancel');
},
- //编辑提交XmQuestionTag 问题标签关联表父组件监听@submit="afterEditSubmit"
+ //编辑提交XmQuestionTag 缺陷标签关联表父组件监听@submit="afterEditSubmit"
editSubmit: function () {
this.$refs.editForm.validate((valid) => {
if (valid) {
diff --git a/src/views/xm/core/xmQuestionTag/XmQuestionTagMng.vue b/src/views/xm/core/xmQuestionTag/XmQuestionTagMng.vue
index 3885338c..e0914555 100644
--- a/src/views/xm/core/xmQuestionTag/XmQuestionTagMng.vue
+++ b/src/views/xm/core/xmQuestionTag/XmQuestionTagMng.vue
@@ -3,15 +3,15 @@
查询
- +问题标签关联表
+ +缺陷标签关联表
批量删除
-
+
-
+
@@ -25,13 +25,13 @@
-
-
+
+
-
-
+
+
@@ -114,7 +114,7 @@
this.pageInfo.count=true;
this.getXmQuestionTags();
},
- //获取列表 XmQuestionTag 问题标签关联表
+ //获取列表 XmQuestionTag 缺陷标签关联表
getXmQuestionTags() {
let params = {
pageSize: this.pageInfo.pageSize,
@@ -148,12 +148,12 @@
}).catch( err => this.load.list = false );
},
- //显示编辑界面 XmQuestionTag 问题标签关联表
+ //显示编辑界面 XmQuestionTag 缺陷标签关联表
showEdit: function ( row,index ) {
this.editFormVisible = true;
this.editForm = Object.assign({}, row);
},
- //显示新增界面 XmQuestionTag 问题标签关联表
+ //显示新增界面 XmQuestionTag 缺陷标签关联表
showAdd: function () {
this.addFormVisible = true;
//this.addForm=Object.assign({}, this.editForm);
diff --git a/src/views/xm/core/xmTask/XmTaskMng.vue b/src/views/xm/core/xmTask/XmTaskMng.vue
index 59b6de60..97e352b8 100644
--- a/src/views/xm/core/xmTask/XmTaskMng.vue
+++ b/src/views/xm/core/xmTask/XmTaskMng.vue
@@ -1769,6 +1769,7 @@ XmProjectGroupSelect,XmProductSelect
this.filters.product=this.xmProduct;
}
this.$nextTick(()=>{
+ debugger
this.getXmTasks();
var clientRect=this.$refs.table.$el.getBoundingClientRect();
var subHeight=140/1000 * window.innerHeight;
diff --git a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecAdd.vue b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecAdd.vue
index 7ecb0cbf..c43c04b3 100644
--- a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecAdd.vue
+++ b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecAdd.vue
@@ -27,14 +27,14 @@
-
-
+
+
-
-
+
+
-
-
+
+
diff --git a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecEdit.vue b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecEdit.vue
index 61a56866..9aee3ead 100644
--- a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecEdit.vue
+++ b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecEdit.vue
@@ -27,14 +27,14 @@
-
-
+
+
-
-
+
+
-
-
+
+
diff --git a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecMng.vue b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecMng.vue
index 8f49f3e0..3cd7c14e 100644
--- a/src/views/xm/core/xmTestCaseExec/XmTestCaseExecMng.vue
+++ b/src/views/xm/core/xmTestCaseExec/XmTestCaseExecMng.vue
@@ -191,7 +191,7 @@
-
+
@@ -199,7 +199,7 @@
-
+