diff --git a/web/src/views/monitor.vue b/web/src/views/monitor.vue index e219313..d4d8567 100644 --- a/web/src/views/monitor.vue +++ b/web/src/views/monitor.vue @@ -97,7 +97,7 @@ export default { num: 62, systemType: 2, titles: [ - { v: '总功率', key: 'power', sufix: 'kW' }, + //{ v: '总功率', key: 'power', sufix: 'kW' }, { v: '数量', key: 'num' } ] }, @@ -107,7 +107,7 @@ export default { num: 62, systemType: 3, titles: [ - { v: '总功率', key: 'power', sufix: 'kW' }, + //{ v: '总功率', key: 'power', sufix: 'kW' }, { v: '数量', key: 'num' } ] }, diff --git a/web/src/views/system/policy.vue b/web/src/views/system/policy.vue index 306795d..018ac79 100644 --- a/web/src/views/system/policy.vue +++ b/web/src/views/system/policy.vue @@ -119,7 +119,7 @@ export default { }, mounted() { this.operateList = this.$getBtns(['查看', '修改', '删除']) - this.btnOptionList = this.$getBtns(['新增']) + // this.btnOptionList = this.$getBtns(['新增']) this.getTableList() }, methods: {