修改错误

main
ihzero 2024-05-01 22:35:34 +08:00
parent 3c9d2b01f0
commit 99795ef6ed
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ const tabList = ref([
name: '系统通知', name: '系统通知',
apiUrl: '/message/messages', apiUrl: '/message/messages',
params: { params: {
filter: 'filter', filter: 'system',
}, },
}, },
{ {

View File

@ -2,7 +2,7 @@
<view> <view>
<CuNavbar title="员工管理"> <CuNavbar title="员工管理">
<template #right> <template #right>
<text @click="goPage('/pages/user/update')" class="text-white" <text v-if="checkPermission(['admin'])" @click="goPage('/pages/user/update')" class="text-white"
>添加</text >添加</text
> >
</template> </template>