From 5a41d13e34984ca5c20166428759bdafc9beb120 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 25 四月 2023 09:36:08 +0800
Subject: [PATCH] 查看不到,把dropdown删除了
---
ruoyi-ui/src/views/contacts/index.vue | 7 ++-----
ruoyi-ui/src/views/doctor/index.vue | 7 +------
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue
index 1e7955f..52fd1d5 100644
--- a/ruoyi-ui/src/views/contacts/index.vue
+++ b/ruoyi-ui/src/views/contacts/index.vue
@@ -228,10 +228,7 @@
@click="handleDelete(scope.row)"
v-hasPermi="['system:role:remove']"
>鍒犻櫎</el-button>
- <el-dropdown
- size="mini"
- @command="(command) => handleCommand(command, scope.row)"
- v-hasPermi="['system:role:edit']">
+
<el-button
size="mini"
type="text"
@@ -239,7 +236,7 @@
@click="handleCheck(scope.row)">
鏌ョ湅璇︽儏</el-button>
- </el-dropdown>
+
diff --git a/ruoyi-ui/src/views/doctor/index.vue b/ruoyi-ui/src/views/doctor/index.vue
index 3599315..df0e855 100644
--- a/ruoyi-ui/src/views/doctor/index.vue
+++ b/ruoyi-ui/src/views/doctor/index.vue
@@ -252,18 +252,13 @@
@click="handleDelete(scope.row)"
v-hasPermi="['system:role:remove']"
>鍒犻櫎</el-button>
- <el-dropdown
- size="mini"
- @command="(command) => handleCommand(command, scope.row)"
- v-hasPermi="['system:role:edit']">
+
<el-button
size="mini"
type="text"
icon="el-icon-d-arrow-right"
@click="handleCheck(scope.row)">
鏌ョ湅璇︽儏</el-button>
-
- </el-dropdown>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.1