fix: 🐞 fix template hasPermi value

pull/429/head
AhJindeg 2024-04-16 18:23:57 +08:00
parent 958ec41f4e
commit bfb69ccccd
1 changed files with 1 additions and 1 deletions

View File

@ -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>