diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
index 07181963..10aa6e1f 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
@@ -146,12 +146,9 @@
-
-
-
-
-
-
+
+
+
diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
index d65b7642..3020eb89 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
@@ -206,12 +206,12 @@
-
+
-
+
diff --git a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
index 1a0dcabe..d8bf7223 100644
--- a/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
+++ b/src/views/xm/core/xmQuestionHandle/XmQuestionHandleMng.vue
@@ -11,13 +11,21 @@
-
+
+
+
+
+
@@ -75,6 +83,7 @@
id:'',handlerUserid:'',handlerUsername:'',handleSolution:'',receiptMessage:'',receiptTime:'',handleStatus:'',bizProcInstId:'',bizFlowState:'',questionId:'',lastUpdateTime:'',createTime:'',actWorkload:'',actCostAmount:'',urls:'',targetUserid:'',targetUsername:''
},
tableHeight:300,
+ bigDialogVisible:false,
/**begin 自定义属性请在下面加 请加备注**/
/**end 自定义属性请在上面加 请加备注**/
@@ -205,6 +214,10 @@
},
rowClick: function(row, event, column){
this.$emit('row-click',row, event, column);// @row-click="rowClick"
+ },
+ showBigDialog(row){
+ this.editForm=row
+ this.bigDialogVisible=true;
}
/**begin 自定义函数请在下面加**/
@@ -224,7 +237,7 @@
this.dicts=res.data.data
}
});
- this.tableHeight = util.calcTableMaxHeight(this.$refs.table.$el);
+ this.tableHeight = util.calcTableMaxHeight(this.$refs.table.$el)-50;
this.getXmQuestionHandles();
});
}