فهرست منبع

fix: 🐞 fix template hasPermi value

AhJindeg 1 سال پیش
والد
کامیت
bfb69ccccd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/system/mail/template/index.vue

+ 1 - 1
src/views/system/mail/template/index.vue

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