diff --git a/src/views/xm/core/xmMenu/XmEpicFeaturesSelect.vue b/src/views/xm/core/xmMenu/XmEpicFeaturesSelect.vue
index c68fd3ee..dd7315bd 100644
--- a/src/views/xm/core/xmMenu/XmEpicFeaturesSelect.vue
+++ b/src/views/xm/core/xmMenu/XmEpicFeaturesSelect.vue
@@ -1,9 +1,9 @@
-
+
-
+
确认选择
@@ -14,7 +14,9 @@
- 史诗、特性名称 清除选中的行
+ 史诗、特性名称
+
+
@@ -25,8 +27,10 @@
-
{{scope.row.seqNo}} {{scope.row.menuName}}
-
{{scope.row.seqNo}} {{scope.row.menuName}}
+
+
+
{{ (scope.row.finishRate != null ? scope.row.finishRate : 0) + "%" }}
diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
index bb52d668..fc5d6690 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue
@@ -80,11 +80,11 @@
-
+
-
+
-
+
取消
@@ -344,6 +344,7 @@
funcVisible:false,
stepConfigVisible:false,
caseVisible:false,
+ maxTableHeight:300,
/**end 在上面加自定义属性**/
}//end return
},//end data
@@ -676,7 +677,9 @@
'xm-workload-record':()=>import("../xmWorkload/XmWorkloadRecord"),
},
mounted() {
- this.initData();
+ this.initData();
+ this.maxTableHeight = util.calcTableMaxHeight(this.$refs.editRef.$el)-200;
+
initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason']).then(res=>{
if(res.data.tips.isOk){
this.dicts=res.data.data
diff --git a/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue b/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue
index ddfdece2..c0c90414 100644
--- a/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue
+++ b/src/views/xm/core/xmTestPlan/XmTestPlanMng.vue
@@ -26,7 +26,7 @@
{{scope.row.name}}
-
+