瀏覽代碼

登录限制的权限字符串

wukai 1 年之前
父節點
當前提交
08bbdfed3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/user/index.vue

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

@@ -109,7 +109,7 @@
 							<el-tooltip content="登录限制" placement="top" :show-after="1000" v-if="scope.row.userId !== 1 && scope.row.userId !== -1">
 								<!-- <i class="el-icon-info"></i> -->
 								<el-button link type="primary" icon="Operation" @click="handleLoginLimit(scope.row)"
-									v-hasPermi="['system:user:resetPwd']"></el-button>
+									v-hasPermi="['system:expand:edit']"></el-button>
 							</el-tooltip>
 						</template>
 					</el-table-column>