Przeglądaj źródła

fixed: 修复协销新分配机构列表

xiebaomin 1 rok temu
rodzic
commit
7df9093996
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      pages/seller/club/list.vue

+ 4 - 1
pages/seller/club/list.vue

@@ -173,7 +173,10 @@
 							<template v-if="tabSmallCurrentIndex === 1">
 								<view class="btn" @click.stop="handleClickOper(1, club)">
 									<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)">
 									<text class="iconfont icon-tianxie"></text> 商城访问记录
 								</view>