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.$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: {},
|
||||||
|
|||||||
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user