|
@@ -56,7 +56,9 @@
|
|
|
<view class="main">
|
|
|
<!-- tab -->
|
|
|
<view class="tabs" :class="fixedflag?'tabfix':''">
|
|
|
- <view v-if="!ite.limit||ite.limit&&!ite.limita&&checkPermi([ite.limit])||ite.limita&&ite.limit&&checkPermi([ite.limit])&&checkPermi([ite.limita])" class="tab" :class="tabval==ite.val?'act':''" v-for="(ite,idx) in tabList" :key="idx" @click="getTab(ite.val)">{{ite.tit}}</view>
|
|
|
+ <block v-for="(ite,idx) in tabList" :key="idx">
|
|
|
+ <view v-if="!ite.limit||ite.limit&&!ite.limita&&checkPermi([ite.limit])||ite.limita&&ite.limit&&checkPermi([ite.limit])&&checkPermi([ite.limita])" class="tab" :class="tabval==ite.val?'act':''" @click="getTab(ite.val)">{{ite.tit}}</view>
|
|
|
+ </block>
|
|
|
</view>
|
|
|
<view style="height:116rpx;" v-if="fixedflag"></view>
|
|
|
<!-- 企业信息 -->
|
|
@@ -460,12 +462,12 @@
|
|
|
if(checkPermi(['system:user:noPageList'])){
|
|
|
this.getUsernoPageList();//获取用户列表stepval==2||stepval==6
|
|
|
}
|
|
|
- if(checkPermi(['system:system:user'])&&checkPermi(['system:comments:list'])){
|
|
|
- this.getCommentsList()//审核意见
|
|
|
- }
|
|
|
- if(checkPermi(['system:system:user'])&&checkPermi(['c:conference:list:time'])){
|
|
|
- this.getVoteTimeList()//投票结果
|
|
|
- }
|
|
|
+ // if(checkPermi(['system:system:user'])&&checkPermi(['system:comments:list'])){
|
|
|
+ // this.getCommentsList()//审核意见
|
|
|
+ // }
|
|
|
+ // if(checkPermi(['system:system:user'])&&checkPermi(['c:conference:list:time'])){
|
|
|
+ // this.getVoteTimeList()//投票结果
|
|
|
+ // }
|
|
|
// this.getInfolis()
|
|
|
},
|
|
|
mounted() {
|