【bug】 会议类型
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
</a-col>
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<label>签到二维码:</label><img class="qr-code" :src="signInQRCode" alt="签到二维码"/>
|
||||
<i class="copy primary-color" @click="copy(signInUrl)">复制</i>
|
||||
<!-- <i class="copy primary-color" @click="copy(signInUrl)">复制</i>-->
|
||||
</a-col>
|
||||
<!-- 会议费用为0 不显示 -->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" style="display:flex;" v-if="currentMeetingInfo.meetingCosts !== '0.00' ">
|
||||
@@ -617,8 +617,10 @@ export default {
|
||||
return '标准宣贯'
|
||||
}
|
||||
if (this.currentMeetingInfo.tbMeetingType === '2') {
|
||||
return '学习培训'
|
||||
} else {
|
||||
return '培训会'
|
||||
} else if (this.currentMeetingInfo.tbMeetingType === '3') {
|
||||
return '信息交流会'
|
||||
}else {
|
||||
return ''
|
||||
}
|
||||
},
|
||||
|
||||
@@ -210,7 +210,15 @@ export default {
|
||||
case '1':
|
||||
return '工作组会议'
|
||||
case '2':
|
||||
return '标协会议'
|
||||
switch (this.currentMeetingInfo.tbMeetingType + '') {
|
||||
case '1':
|
||||
return '标协会议-标准宣贯'
|
||||
case '2':
|
||||
return '标协会议-培训会'
|
||||
case '3':
|
||||
return '标协会议-信息交流会'
|
||||
}
|
||||
break
|
||||
case '3':
|
||||
return '国际研讨会'
|
||||
case '4':
|
||||
|
||||
@@ -413,7 +413,15 @@ export default {
|
||||
case '1':
|
||||
return '工作组会议'
|
||||
case '2':
|
||||
return '标协会议'
|
||||
switch (this.currentMeetingInfo.tbMeetingType + '') {
|
||||
case '1':
|
||||
return '标协会议-标准宣贯'
|
||||
case '2':
|
||||
return '标协会议-培训会'
|
||||
case '3':
|
||||
return '标协会议-信息交流会'
|
||||
}
|
||||
break
|
||||
case '3':
|
||||
return '国际研讨会'
|
||||
case '4':
|
||||
|
||||
Reference in New Issue
Block a user