Skip to content

Commit bfb69cc

Browse files
committed
fix: 🐞 fix template hasPermi value
1 parent 958ec41 commit bfb69cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/mail/template/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
type="primary"
1111
plain
1212
@click="openForm('create')"
13-
v-hasPermi="['system:mail-account:create']"
13+
v-hasPermi="['system:mail-template:create']"
1414
>
1515
<Icon icon="ep:plus" class="mr-5px" /> 新增
1616
</el-button>

0 commit comments

Comments
 (0)