fix: 修复用户管理界面修改按钮权限字符串错误

This commit is contained in:
QianRj 2024-12-25 22:27:32 +08:00
parent e29beed8bd
commit b600fb34b5

View File

@ -63,7 +63,7 @@
<el-button v-has-permi="['system:user:add']" type="primary" plain icon="Plus" @click="handleAdd()">新增</el-button>
</el-col>
<el-col :span="1.5">
<el-button v-has-permi="['system:user:add']" type="success" plain :disabled="single" icon="Edit" @click="handleUpdate()">
<el-button v-has-permi="['system:user:edit']" type="success" plain :disabled="single" icon="Edit" @click="handleUpdate()">
修改
</el-button>
</el-col>