From da459b3610b164ddece7a9905ba57c8395a302f9 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 20 Jul 2021 16:51:56 +0800
Subject: [PATCH] 地图集成

---
 src/views/feedbackReport/feedbackReport.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/feedbackReport/feedbackReport.vue b/src/views/feedbackReport/feedbackReport.vue
index 7aeadaa..8e6b65a 100644
--- a/src/views/feedbackReport/feedbackReport.vue
+++ b/src/views/feedbackReport/feedbackReport.vue
@@ -32,10 +32,6 @@
         </el-button>
       </template>
 
-      <template slot-scope="scope" slot="menuLeft">
-        <el-button type="danger" icon="el-icon-plus" size="small" plain @click.stop="$refs.crud.rowAdd()">新增</el-button>
-      </template>
-
       <template slot-scope="{type,size, row}" slot="menu">
         <el-button icon="el-icon-check" :size="size" :type="type" @click="setReal(row)">接收</el-button>
       </template>

--
Gitblit v1.9.3