feat: 修改经纬度默认不显示 alertmessage asset支持模糊查询 alertrule 添加说明

This commit is contained in:
zhangyu
2020-11-12 09:54:42 +08:00
parent cab74b307a
commit 0089029a5e
6 changed files with 45 additions and 12 deletions

View File

@@ -215,14 +215,6 @@
label: this.$t("overall.name"),
prop: 'name',
show: true,
}, {
label: this.$t('config.dc.longitude'),
prop: 'longitude',
show: true
}, {
label: this.$t('config.dc.latitude'),
prop: 'latitude',
show: true
}, {
label: this.$t("asset.location"),
prop: 'location',
@@ -243,6 +235,14 @@
label: this.$t('asset.principal'),
prop: 'principal',
show: true
}, {
label: this.$t('config.dc.longitude'),
prop: 'longitude',
show: false
}, {
label: this.$t('config.dc.latitude'),
prop: 'latitude',
show: false
}, {
label: this.$t('config.dc.state'),
prop: 'state',