+
计算迭代统计数据
@@ -349,7 +345,7 @@ export default {
return {
dicts:{iterationStatus:[]},
load:{calcIteration:false,},
- showPanelName:'overview',
+ showPanel:'overview',
maxTableHeight:300,
};
},
@@ -382,7 +378,7 @@ export default {
});
},
onMenuToolBarSelect(menuIndex){
- this.showPanelName=menuIndex;
+ this.showPanel=menuIndex;
},
onEditFields(row){
Object.assign(this.xmIteration,row)
@@ -405,7 +401,7 @@ export default {
}).catch((e)=>Object.assign(this.editForm,this.editFormBak))
},
tabClick(tab){
- this.showPanelName=tab.name
+ this.showPanel=tab.name
},
},