host center 处理
This commit is contained in:
parent
62dce4fc2f
commit
84c00162b4
@ -44,7 +44,9 @@ export const ROLE_PERMISSIONS = {
|
||||
PAGES.EXCHANGE, // 兑换功能
|
||||
PAGES.MESSAGE, // 消息功能
|
||||
PAGES.PERSONAL_SALARY, // 个人薪资查看
|
||||
PAGES.COIN_SELLER, // 可以查看金币销售页面
|
||||
'/team-member',
|
||||
'/information-details',
|
||||
'/search-payee'
|
||||
],
|
||||
|
||||
// BD (商务拓展)
|
||||
@ -65,6 +67,7 @@ export const ROLE_PERMISSIONS = {
|
||||
PAGES.MESSAGE, // 消息功能
|
||||
PAGES.PERSONAL_SALARY, // 个人薪资查看
|
||||
PAGES.HOST_SETTING, // 主播设置
|
||||
'/information-details'
|
||||
],
|
||||
|
||||
// Guest (访客/申请者)
|
||||
|
||||
@ -75,7 +75,8 @@
|
||||
<div class="table-row table-data">
|
||||
<div class="table-cell">{{ taskInfo.anchorType }}</div>
|
||||
<div class="table-cell">
|
||||
<span class="minutes-completed">{{ taskInfo.minutes }}</span>
|
||||
<span class="minutes-progress">{{ taskInfo.minutesProgress }}</span>
|
||||
<span class="minutes-completed">/{{ taskInfo.minutesTotal }}</span>
|
||||
</div>
|
||||
<div class="table-cell">{{ taskInfo.giftTask }}</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user