|
@@ -173,7 +173,10 @@
|
|
<template v-if="tabSmallCurrentIndex === 1">
|
|
<template v-if="tabSmallCurrentIndex === 1">
|
|
<view class="btn" @click.stop="handleClickOper(1, club)">
|
|
<view class="btn" @click.stop="handleClickOper(1, club)">
|
|
<text class="iconfont icon-jigouhuaxiang"></text> 机构画像
|
|
<text class="iconfont icon-jigouhuaxiang"></text> 机构画像
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view v-if="!isManage" class="btn" @click.stop="handleClickOper(2, club)">
|
|
|
|
+ <text class="iconfont icon-tianxie"></text> 填写咨询记录
|
|
|
|
+ </view>
|
|
<view class="btn" @click.stop="handleClickOper(3, club)">
|
|
<view class="btn" @click.stop="handleClickOper(3, club)">
|
|
<text class="iconfont icon-tianxie"></text> 商城访问记录
|
|
<text class="iconfont icon-tianxie"></text> 商城访问记录
|
|
</view>
|
|
</view>
|