mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-03 06:48:23 +00:00
fix: 🐞 fix template hasPermi value
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
type="primary"
|
||||
plain
|
||||
@click="openForm('create')"
|
||||
v-hasPermi="['system:mail-account:create']"
|
||||
v-hasPermi="['system:mail-template:create']"
|
||||
>
|
||||
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user