fix: base 岗位角色权限标识错误

This commit is contained in:
caoqianming 2024-10-17 09:55:15 +08:00
parent 1282d7a1c8
commit 4389195791
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
link
size="small"
@click="postRoleDel(scope.row)"
v-auth="'post.delete'"
v-auth="'post.update'"
>删除
</el-button>
</template>