|
|
|
@ -20,10 +20,16 @@
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|
<a-form-item label="航线类型" :labelCol="labelCol" :wrapperCol="wrapperCol" has-feedback>
|
|
|
|
|
<a-input
|
|
|
|
|
<!-- <a-input
|
|
|
|
|
placeholder="请输入航线类型"
|
|
|
|
|
v-decorator="['laneType', { rules: [{ required: true, message: '请输入航线类型!' }] }]"
|
|
|
|
|
/>
|
|
|
|
|
/> -->
|
|
|
|
|
<a-select
|
|
|
|
|
placeholder="请选择航线类型"
|
|
|
|
|
v-decorator="['laneType', { rules: [{ required: true, message: '请选择航线类型!' }] }]"
|
|
|
|
|
>
|
|
|
|
|
<a-select-option value="SEA">SEA</a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="12">
|
|
|
|
|