权限配置
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
64d268b6e8
commit
47dd21ea7e
|
@ -350,7 +350,7 @@ export default {
|
||||||
if (this.hasPermi(['role:dev', 'role:admin'])) {
|
if (this.hasPermi(['role:dev', 'role:admin'])) {
|
||||||
return 9
|
return 9
|
||||||
}
|
}
|
||||||
if (this.hasPermi(['role:pm', 'role:spm'])) {
|
if (this.hasPermi(['role:pm', 'role:apm'])) {
|
||||||
return 8
|
return 8
|
||||||
}
|
}
|
||||||
if (this.hasPermi(['role:ir', 'role:crc'])) {
|
if (this.hasPermi(['role:ir', 'role:crc'])) {
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
:value="trialInfo.UserFeedBackUnDealedCount || 0"
|
:value="trialInfo.UserFeedBackUnDealedCount || 0"
|
||||||
:max="99"
|
:max="99"
|
||||||
class="inBox"
|
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>
|
<i class="el-icon-message" @click.stop="openFeedBack"></i>
|
||||||
</el-badge>
|
</el-badge>
|
||||||
|
|
Loading…
Reference in New Issue