update 设备参数状态监控,将‘参数近期值’导向“获取设备的历史参数值”(暂未实现)
This commit is contained in:
@@ -24,7 +24,7 @@ export default {
|
||||
}
|
||||
},
|
||||
render: function (h) {
|
||||
// console.log(this)
|
||||
return h('span', null, [h('el-button', { props: { type: 'text' }, style: { paddingLeft: 0 }, on: { click: this.emitClick } }, this.injectData.buttonContent || this.defaultText)])
|
||||
// console.log('button content:', this.injectData)
|
||||
return h('span', null, [h('el-button', { props: { type: 'text' }, style: { paddingLeft: 0 }, on: { click: this.emitClick } }, this.injectData.head?.buttonContent || this.defaultText)])
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user