소스 검색

小黑屋-批量启用 按钮权限修改

Long 2 주 전
부모
커밋
d4057d2ae4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/user/darkRoom/index.vue

+ 1 - 1
src/views/user/darkRoom/index.vue

@@ -24,7 +24,7 @@
         style="margin-left: 5px"
         :disabled="ids.length === 0"
         @click="handleUpdateBatch"
-        v-hasPermi="['store:user:darkRoomList']"
+        v-hasPermi="['store:user:enabledUsers']"
       >批量启用</el-button>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>