|
@@ -24,21 +24,21 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin:10px 0;color:#606266;">
|
|
|
+ <div :style="delegationInfo.teamLevSId=='VIP'||delegationInfo.teamLevSId=='VVIP'?'margin:10px 0;color:red;':'margin:10px 0;color:#606266;'">
|
|
|
<span style="font-weight: bold;font-size:14px;">团队名称:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.teamName }} </span>
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.teamName }} </span>
|
|
|
<span style="font-weight: bold;font-size:14px;">客户级别:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.teamLevSId }} </span>
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.teamLevSId }} </span>
|
|
|
<span style="font-weight: bold;font-size:14px;">客户:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.clientName }} {{
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.clientName }} {{
|
|
|
}} </span>
|
|
|
<span style="font-weight: bold;font-size:14px;">出访国家:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.visitCountry }} </span>
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.visitCountry }} </span>
|
|
|
<span style="font-weight: bold;font-size:14px;">起止日期:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.visitStartDate }}—{{ delegationInfo.visitEndDate
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.visitStartDate }}—{{ delegationInfo.visitEndDate
|
|
|
}} </span>
|
|
|
<span style="font-weight: bold;font-size:14px;">天数/人数:</span>
|
|
|
- <span style="color:#606266;font-size:14px;">{{ delegationInfo.visitDays }}天/{{ delegationInfo.visitPNumber }}人</span>
|
|
|
+ <span style="font-size:14px;">{{ delegationInfo.visitDays }}天/{{ delegationInfo.visitPNumber }}人</span>
|
|
|
</div>
|
|
|
|
|
|
<template>
|