From e2527f2e307933f63dc851f677d11efe7f070a4e Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 6 Sep 2023 16:38:46 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E8=AE=BE=E5=A4=87=E6=95=88=E7=8E=87?= =?UTF-8?q?=E5=88=86=E6=9E=90=E7=9A=84=E6=9F=A5=E7=9C=8B=E8=B6=8B=E5=8A=BF?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipment/analysis/efficiency/index.vue | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/views/equipment/analysis/efficiency/index.vue b/src/views/equipment/analysis/efficiency/index.vue index 51c76f25..23ebb70c 100644 --- a/src/views/equipment/analysis/efficiency/index.vue +++ b/src/views/equipment/analysis/efficiency/index.vue @@ -180,34 +180,34 @@ export default { align: 'center', filter: (val) => (val != null ? +val.toFixed(3) : '-'), }, - { - _action: 'view-trend', - label: '趋势', - align: 'center', - subcomponent: { - props: ['injectData'], - render: function (h) { - const _this = this; - return h( - 'el-button', - { - props: { type: 'text' }, - on: { - click: function () { - console.log('inejctdata', _this.injectData); - _this.$emit('emitData', { - action: _this.injectData._action, - // value: _this.injectData.id, - value: _this.injectData, - }); - }, - }, - }, - '查看趋势' - ); - }, - }, - }, + // { + // _action: 'view-trend', + // label: '趋势', + // align: 'center', + // subcomponent: { + // props: ['injectData'], + // render: function (h) { + // const _this = this; + // return h( + // 'el-button', + // { + // props: { type: 'text' }, + // on: { + // click: function () { + // console.log('inejctdata', _this.injectData); + // _this.$emit('emitData', { + // action: _this.injectData._action, + // // value: _this.injectData.id, + // value: _this.injectData, + // }); + // }, + // }, + // }, + // '查看趋势' + // ); + // }, + // }, + // }, ], searchBarFormConfig: [ {