فهرست منبع

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

yujinwen 3 هفته پیش
والد
کامیت
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>