mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 21:36:43 +08:00
【关于开设金掌桂内勤权限的需求申请】--桂冠排名模块全系统双冠情况取值问题
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<div class="fwb mb10">
|
||||
全系统双冠情况
|
||||
</div>
|
||||
<div class="ui-group" v-for="(item, index) in laureList.ggradeList" :key="index">
|
||||
<div class="ui-group" v-for="(item, index) in laureList.sgradeList" :key="index">
|
||||
<span v-if="item.level == '03'">银牌会员</span>
|
||||
<span v-if="item.level == '02'">铜牌会员</span>
|
||||
<span v-if="item.level == '01'">正式会员</span>
|
||||
@@ -183,7 +183,6 @@ export default {
|
||||
// } else {
|
||||
// this.branchType = 1
|
||||
// }
|
||||
// this.getList()
|
||||
}
|
||||
},
|
||||
//获取当前人是否内外勤接口
|
||||
|
||||
Reference in New Issue
Block a user