From 25e3cb19a43ef300ee6e0bd8b6a8c80c5f744be5 Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Fri, 16 Aug 2019 16:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=90=E8=A1=8C=E5=9B=BE?= =?UTF-8?q?=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/runplan/manage/operateMenu.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/map/runplan/manage/operateMenu.vue b/src/views/map/runplan/manage/operateMenu.vue index e40cdab41..71ec383da 100644 --- a/src/views/map/runplan/manage/operateMenu.vue +++ b/src/views/map/runplan/manage/operateMenu.vue @@ -38,10 +38,10 @@ export default { data() { return { menu1: [ - { - label: this.$t('map.createOperationGraph'), - handler: this.createChart - }, + // { + // label: this.$t('map.createOperationGraph'), + // handler: this.createChart + // }, { label: this.$t('map.importOperationGraph'), handler: this.importChart,