NEZ-290 perf: 补充model-panel-assetInfo静态数据

This commit is contained in:
chenjinsong
2020-06-02 11:17:22 +08:00
parent 9c4cf778cb
commit dc4e720cee

View File

@@ -1148,6 +1148,17 @@
state: 1,
tel: "xxxxxxxxxxx",
vendor: "xxx"
},
Feature:{
CPU:"xxx",
Memory:"256GB",
NetworkInterface:["eth0", "eth1"],
Disk:[{
mount:"/",
total:"256GB",
free:"128GB",
usageRate:"50%"
}]
}};
this.$refs['editChart'+chartInfo.id][0].setData(chartInfo, data, this.filter.panelId, this.filter);
}