NEZ-351 perf: dashboard相关滑框bug修复、优化

This commit is contained in:
chenjinsong
2020-07-31 20:57:04 +08:00
parent 4e8af2df33
commit 68399d2750
23 changed files with 180 additions and 375 deletions

View File

@@ -158,9 +158,6 @@
},
tableId: 'promTable', //需要分页的table的id用于记录每页数量
rightBox: { //弹出框相关
show: false,
},
promServer: {},
blankPromServer: {
id: '',
@@ -272,8 +269,8 @@
detail.push({label: "Port", value: obj.port});
let type = "";
for (let i = 0; i < this.$CONSTANTS.promServer.typeData.length; i++) {
if (obj.value == this.typeData[i].type) {
type = this.typeData[i].label;
if (obj.value == this.$CONSTANTS.promServer.typeData[i].type) {
type = this.$CONSTANTS.promServer.typeData[i].label;
break;
}
}