update ui

This commit is contained in:
lb
2023-10-17 17:02:33 +08:00
parent 074b35b6a6
commit 3e7914ac91
9 changed files with 57 additions and 175 deletions

View File

@@ -77,7 +77,6 @@ export default {
label: '设备名称',
},
{
width: 128,
prop: 'equipmentCode',
label: '设备编码',
},
@@ -117,6 +116,7 @@ export default {
{
_action: 'params-monitor',
label: '操作',
width: 56,
subcomponent: {
props: ['injectData'],
render: function (h) {
@@ -124,10 +124,10 @@ export default {
return h(
'el-button',
{
class: 'iconfont icon-detail',
props: { type: 'text' },
on: {
click: function () {
console.log('inejctdata', _this.injectData);
_this.$emit('emitData', {
action: _this.injectData._action,
// value: _this.injectData.id,
@@ -135,8 +135,8 @@ export default {
});
},
},
},
'查看详情'
}
// '查看详情'
);
},
},