chore: 🔨 规范按钮权限标识命名(模块:子模块:操作,其中操作如果是多个单词建议用中划线分割,不能使用冒号)

This commit is contained in:
Ray.Hao
2025-04-19 23:34:10 +08:00
parent 543f36f5b0
commit d543aac63e

View File

@@ -119,7 +119,7 @@
<el-table-column label="操作" fixed="right" width="220">
<template #default="scope">
<el-button
v-hasPerm="'sys:user:password:reset'"
v-hasPerm="'sys:user:reset-password'"
type="primary"
icon="RefreshLeft"
size="small"