feat:修改logo,修改页面resize的报错 以及asset列的长度

This commit is contained in:
zhangyu
2020-10-29 16:43:49 +08:00
parent 6d30bbc342
commit 530cf1aabb
5 changed files with 26 additions and 4 deletions

View File

@@ -183,6 +183,7 @@
label: this.$t("project.endpoint.host"),
prop: 'host',
show: true,
width:200,
},{
label: this.$t("project.endpoint.port"),
prop: 'port',
@@ -192,14 +193,17 @@
label: this.$t("overall.type"),
prop: 'type',
show: false,
width:200,
},{
label: this.$t("project.endpoint.param"),
prop: 'param',
show: true,
width:200,
},{
label: this.$t("project.endpoint.path"),
prop: 'path',
show: true,
width:200,
},{
label: this.$t("alert.list.state"),
prop: 'state',
@@ -209,6 +213,7 @@
label: this.$t("project.endpoint.alerts"),
prop: 'alerts',
show: true,
width:150,
},
/*{
label: this.$t("project.endpoint.lastUpdate"),