Commit 35339ba8 authored by 沈良进's avatar 沈良进

save

parent dfa49e94
......@@ -206,9 +206,11 @@
</el-row>
<el-row>
<el-col :span="24">
<span class="subTitle">航班信息</span>
<el-form-item label="航班信息">
<el-radio v-model="isVirtuallyFlight" :label="0">虚拟航班</el-radio>
<el-radio v-model="isVirtuallyFlight" :label="1">真实机票</el-radio>
</el-form-item>
</el-col>
</el-row>
<!--虚拟航班-->
......@@ -513,7 +515,7 @@
@close="deleteCustomer(subItem,subIndex)">
{{subItem.CustomerName}}</el-tag>
</template>
<el-button @click="showCustomer">选择</el-button>
<el-button @click="showCustomer" size="small">选择</el-button>
</el-form-item>
</el-col>
</el-row>
......@@ -539,19 +541,11 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
&nbsp;
</el-col>
<el-col :span="8">
<el-row type="flex" justify="center">
<el-button @click="closeForm()">关闭</el-button>&nbsp;
<el-button @click="submit" type="primary" :loading="saveLoading">
保存
</el-button>
</el-col>
<el-col :span="8">
&nbsp;
</el-col>
</el-row>
</div>
</el-form>
......
......@@ -319,7 +319,7 @@
<div class="p20">
<div class="mb title"><i class="iconfont icon-tuandui"></i><span>合作伙伴</span></div>
<template v-for="(subItem,subIndex) in item.TravelTeamPartnerList">
<el-tag :key="subIndex+10000" style="margin-right:10px;">{{subItem.CustomerName}}</el-tag>
<el-tag :key="subIndex+10000" style="margin-right:10px;margin-bottom: 10px">{{subItem.CustomerName}}</el-tag>
</template>
</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