Browse Source

1. 修复菜单不显示

MONSTER-ygh 5 months ago
parent
commit
66b6981e12

+ 1 - 1
src/views/tourism/membershipManagement/equityCard/equityCardManage.vue

@@ -105,7 +105,7 @@
                 @click="handleDetails(scope.row)"
                 v-hasPermi="configPermi.details"
               >详情</el-button>
-              <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="[configPermi.resetPwd, 'configPermi.edit']">
+              <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="[configPermi.resetPwd, configPermi.AuthRole]">
                   <el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
                   <el-dropdown-menu slot="dropdown">
                       <el-dropdown-item command="handleAuthRole" v-if="scope.row.actStatus != 1" icon="el-icon-circle-check"