|
@@ -17,7 +17,7 @@
|
|
|
<u-cell title="联系电话" :label="meetingInfo.tel">
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
|
- <u-cell-group :border="false">
|
|
|
+ <u-cell-group :border="false" v-if="rules.email">
|
|
|
<u-cell title="邮箱" :label="meetingInfo.email">
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
@@ -69,7 +69,7 @@
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
|
<u-cell-group :border="false">
|
|
|
- <u-cell title="回程交通方式" :label="TFC_TYPE[meetingInfo.wayBack].name">
|
|
|
+ <u-cell title="返程交通方式" :label="TFC_TYPE[meetingInfo.wayBack].name">
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
|
<u-cell-group :border="false" v-if="meetingInfo.backInfo && meetingInfo.wayBack!='3'">
|