@@ -38,8 +38,8 @@
<el-option
v-for="(item, index) in AirportList"
:key="index"
- :label="item.PlanDepartureApt"
- :value="item.PlanDepartureApt"
+ :label="item.PlanLandingApt"
+ :value="item.PlanLandingApt"
>
</el-option>
</el-select>
@@ -50,7 +50,7 @@
style="width: 164px"
size="small"
:options="carrierList"
- :props="carrierProps"
+ :props="inAicompanyCode2"
placeholder="进港承运航司"
collapse-tags
clearable
@@ -64,7 +64,7 @@
- :props="carrierPropsop"
+ :props="outAicompanyCode2"
placeholder="离港承运航司"