Jelajahi Sumber

fix: 🐞 fix template hasPermi value

AhJindeg 10 bulan lalu
induk
melakukan
bfb69ccccd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>