fix: 🐞 fix template hasPermi value

This commit is contained in:
AhJindeg 2024-04-16 18:23:57 +08:00
parent 958ec41f4e
commit bfb69ccccd

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>