Skip to content

Commit 52889e3

Browse files
YunaiVgitee-org
authored andcommitted
!411 SYSTEM:修复【系统管理/岗位管理/新增按钮与导出按钮】权限hasPermi错误
Merge pull request !411 from aqiangaqiang/master
2 parents 02af138 + 68e1556 commit 52889e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/system/post/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
type="primary"
4242
plain
4343
@click="openForm('create')"
44-
v-hasPermi="['system:notice:create']"
44+
v-hasPermi="['system:post:create']"
4545
>
4646
<Icon icon="ep:plus" class="mr-5px" /> 新增
4747
</el-button>
@@ -50,7 +50,7 @@
5050
plain
5151
@click="handleExport"
5252
:loading="exportLoading"
53-
v-hasPermi="['infra:config:export']"
53+
v-hasPermi="['infra:post:export']"
5454
>
5555
<Icon icon="ep:download" class="mr-5px" /> 导出
5656
</el-button>

0 commit comments

Comments
 (0)