From 2406ac9a70e51e76c6ba95efb69f641c7b22e8ea Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期二, 08 十一月 2022 18:48:48 +0800
Subject: [PATCH] 队伍建设接口对接

---
 src/views/systemSetting/device/grid/components/main/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/systemSetting/device/grid/components/main/index.vue b/src/views/systemSetting/device/grid/components/main/index.vue
index ad1119a..b2ce381 100644
--- a/src/views/systemSetting/device/grid/components/main/index.vue
+++ b/src/views/systemSetting/device/grid/components/main/index.vue
@@ -40,7 +40,7 @@
                     </template>
                 </el-table-column>
                 <el-table-column prop="operation" label="鎿嶄綔" min-width="20">
-                    <template slot-scope="scope">
+                    <!-- <template slot-scope="scope">
                         <div class="operation">
                             <span @click="handleChangeRole(scope.row,'role')">淇敼瑙掕壊</span>
                             <span class="line">|</span>
@@ -52,7 +52,7 @@
                             <span class="line">|</span>
                             <span @click="handleChangeRole(scope.row,'depart')">淇敼閮ㄩ棬</span>
                         </div>
-                    </template>
+                    </template> -->
                 </el-table-column>
             </el-table>
             <!-- 鏌ョ湅椤甸潰 -->

--
Gitblit v1.8.0