权限配置
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-29 10:25:19 +08:00
parent 64d268b6e8
commit 47dd21ea7e
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ export default {
if (this.hasPermi(['role:dev', 'role:admin'])) {
return 9
}
if (this.hasPermi(['role:pm', 'role:spm'])) {
if (this.hasPermi(['role:pm', 'role:apm'])) {
return 8
}
if (this.hasPermi(['role:ir', 'role:crc'])) {

View File

@ -151,7 +151,7 @@
:value="trialInfo.UserFeedBackUnDealedCount || 0"
:max="99"
class="inBox"
v-hasPermi="['role:pm', 'role:admin', 'role:spm']"
v-hasPermi="['role:pm', 'role:admin', 'role:apm']"
>
<i class="el-icon-message" @click.stop="openFeedBack"></i>
</el-badge>