fix: asset label type列 与 Box 统一 icon 图标
This commit is contained in:
@@ -61,7 +61,6 @@ export default {
|
||||
this.$get('/monitor/module/' + this.moduleId).then(res => {
|
||||
this.loading = false
|
||||
this.moduleInfo = res.data
|
||||
console.log(this.moduleInfo)
|
||||
})
|
||||
},
|
||||
methods: {},
|
||||
|
||||
@@ -215,13 +215,13 @@ export default {
|
||||
name: this.$t('config.assetLabel.double')
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-time',
|
||||
icon: 'nz-icon nz-icon-dingshishijian',
|
||||
disabled: true,
|
||||
value: 'DATETIME',
|
||||
name: this.$t('config.assetLabel.datetime')
|
||||
},
|
||||
{
|
||||
icon: 'el-icon-message',
|
||||
icon: 'nz-icon nz-icon-email',
|
||||
disabled: true,
|
||||
value: 'EMAIL',
|
||||
name: this.$t('config.assetLabel.email')
|
||||
|
||||
Reference in New Issue
Block a user