Commit e90c7fdf authored by youjie's avatar youjie

no message

parent dad292de
......@@ -1088,9 +1088,9 @@
</el-form-item>
</el-col>
<el-col :span="4">
<p v-if='addObj.IsSupportChildren==2'
<p v-if='addObj&&addObj.IsSupportChildren==2'
style="color: #E95252; font-size: 12px; line-height: 40px; text-align: center;">本团不支持儿童出游!</p>
<el-form-item v-if='addObj.IsSupportChildren==1' v-show="addMsg.GroupType !== '4'" label="儿童人数"
<el-form-item v-if='addObj&&addObj.IsSupportChildren==1' v-show="addMsg.GroupType !== '4'" label="儿童人数"
prop="ChirdNoNeedBedNum">
<el-input v-model='addMsg.ChirdNum' :disabled="addMsg.GroupType==='4'"
@keyup.native="checkInteger(addMsg,'ChirdNoNeedBedNum')"
......
......@@ -2186,7 +2186,7 @@
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px">
<div>
<div v-if="item.gatherAddress" style="font-size: 14px;">
<span>集合地:</span>
<span style="color: rgb(26, 168, 107);">集合地:</span>
<span style="color: rgb(26, 168, 107);">{{ item.gatherAddress }}</span>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment