【update】去掉 【114/22】

This commit is contained in:
fengchenchen
2023-11-09 16:22:40 +08:00
parent 8876f1226e
commit 8c027a980b
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -63,5 +63,5 @@ export const InvoiceTypeEnums = {
export const LinkTopicsEnums = {
free: { name: '免费专题', index: 6 },
freeTwo: { name: '免费专题', index: 8 },
default: {name: '114/22焦点论坛(默认专题)', index: 99}
default: {name: '焦点论坛(默认专题)', index: 99}
}
+2 -2
View File
@@ -114,10 +114,10 @@
<!--国际研讨会 且为WASIC-->
<template v-if="Number(model.meetingType) === MeetingTypeEnums.internationalSeminar.index && model.isWasic">
<a-col :span="12">
<label>114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨:</label><span>{{ model.meetingCostsTwoTopic }} 元/人</span>
<label>焦点论坛+国际发展论坛+ 1个及以下专题研讨:</label><span>{{ model.meetingCostsTwoTopic }} 元/人</span>
</a-col>
<a-col :span="12">
<label>114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨:</label><span>{{ model.meetingCostsThreeTopic }} 元/人</span>
<label>焦点论坛+国际发展论坛+ 2个及以上专题研讨:</label><span>{{ model.meetingCostsThreeTopic }} 元/人</span>
</a-col>
</template>
<template v-else>
@@ -35,8 +35,8 @@ const WasicTopicData = [
children: [
{
'value': '99',
'text': '114/22焦点论坛(08:00-12:00,全体大会)',
'title': '114/22焦点论坛(08:00-12:00,全体大会)',
'text': '焦点论坛(08:00-12:00,全体大会)',
'title': '焦点论坛(08:00-12:00,全体大会)',
// 'disabled': true
}
],
+2 -2
View File
@@ -276,8 +276,8 @@ export default {
} else if (this.currentMeetingInfo.meetingType === '3' && this.currentMeetingInfo.isWasic){
this.isWasic = true
// 国际研讨会 且为WASIC 会议
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
this.meetingMoney = `焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
// 处理WASIC关联会议字段的展示信息
this.wasicLinkTopics = this.handleWasicLinkTopics(this.currentMeetingInfo)
+2 -2
View File
@@ -561,8 +561,8 @@ export default {
// 国际研讨会 且为WASIC 会议
this.isWasic = true
this.meetingCostSum = '0.00'
this.meetingMoney = `114/22焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
114/22焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
this.meetingMoney = `焦点论坛+国际发展论坛+ 2个及以上专题研讨(${this.currentMeetingInfo.meetingCostsThreeTopic}/人);
焦点论坛+国际发展论坛+ 1个及以下专题研讨(${this.currentMeetingInfo.meetingCostsTwoTopic}/人)`
this.getLinkTopicsOptionArr()
// 处理WASIC关联会议字段的展示信息
this.wasicLinkTopics = this.handleWasicLinkTopics(this.currentMeetingInfo)