浏览代码

修复填写客户问答只有研究员有

yujinwen 2 周之前
父节点
当前提交
152ad8a82d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages-approve/activity/detail.vue

+ 1 - 1
pages-approve/activity/detail.vue

@@ -252,7 +252,7 @@
 		<!-- 填写客户问答按钮 -->
 		<view 
 			class="fix-bottom-wrap btns-wrap flex" 
-			v-if="info.RsCalendarItem.ActivityType==='路演'&&info.RsCalendarResearcherItem.Status===2&&info.RsCalendarResearcherItem.QuestionStatus===0"
+			v-if="info.RsCalendarItem.ActivityType==='路演'&&info.RsCalendarResearcherItem.Status===2&&info.RsCalendarResearcherItem.QuestionStatus===0 && Role === 'researcher'"
 		>
 			<button class="pass-btn" style="width: 100%;" @click="handleGoAddRoadShowQuestion">填写客户问答</button>
 		</view>