|
|
|
|
@ -86,6 +86,16 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:shipping_address_line_2>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>Shipping Address Line 2:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input placeholder="Please Input" style="width:100%" v-model="form.shipping_address_line_2"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:shipping_city>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label" style="font-weight: bold">
|
|
|
|
|
@ -184,6 +194,7 @@
|
|
|
|
|
country: '',
|
|
|
|
|
shipping_region:'',
|
|
|
|
|
shipping_address: '',
|
|
|
|
|
shipping_address_line_2:'',
|
|
|
|
|
shipping_city:'',
|
|
|
|
|
shipping_postal:'',
|
|
|
|
|
// billing_city:'',
|
|
|
|
|
@ -274,6 +285,7 @@
|
|
|
|
|
country: '',
|
|
|
|
|
shipping_region:'',
|
|
|
|
|
shipping_address: '',
|
|
|
|
|
shipping_address_line_2:'',
|
|
|
|
|
shipping_city:'',
|
|
|
|
|
shipping_postal:'',
|
|
|
|
|
// billing_city:'',
|
|
|
|
|
|