diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 44663263c2a9645ed175fb841f9a669d89ea08b6..8532cf20771f8efaf95862294fa245c9961fa302 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -41,7 +41,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:notice:create']" + v-hasPermi="['system:post:create']" > 新增 @@ -50,7 +50,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:config:export']" + v-hasPermi="['infra:post:export']" > 导出