fix: asset label type列 与 Box 统一 icon 图标

This commit is contained in:
@changcode
2021-09-23 09:56:26 +08:00
parent 371dc687db
commit cb3ed0fcdc
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ export default {
this.$get('/monitor/module/' + this.moduleId).then(res => { this.$get('/monitor/module/' + this.moduleId).then(res => {
this.loading = false this.loading = false
this.moduleInfo = res.data this.moduleInfo = res.data
console.log(this.moduleInfo)
}) })
}, },
methods: {}, methods: {},

View File

@@ -215,13 +215,13 @@ export default {
name: this.$t('config.assetLabel.double') name: this.$t('config.assetLabel.double')
}, },
{ {
icon: 'el-icon-time', icon: 'nz-icon nz-icon-dingshishijian',
disabled: true, disabled: true,
value: 'DATETIME', value: 'DATETIME',
name: this.$t('config.assetLabel.datetime') name: this.$t('config.assetLabel.datetime')
}, },
{ {
icon: 'el-icon-message', icon: 'nz-icon nz-icon-email',
disabled: true, disabled: true,
value: 'EMAIL', value: 'EMAIL',
name: this.$t('config.assetLabel.email') name: this.$t('config.assetLabel.email')