|
|
|
|
@ -83,7 +83,13 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{scope.row.shipping_address}}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column align='left' label="Address Line 2" width="180" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{scope.row.shipping_address_line_2}}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column align='left' label="City" width="180" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{scope.row.shipping_city}}
|
|
|
|
|
@ -149,6 +155,11 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{scope.row.billing_address}}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column align='left' label="Address Line 2" width="180" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
{{scope.row.billing_address_line_2}}
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column align='left' label="City" width="180" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
@ -369,7 +380,8 @@
|
|
|
|
|
"order_product": "Product",
|
|
|
|
|
|
|
|
|
|
"shipping_attention": "Shipping Attention",
|
|
|
|
|
"shipping_address": "Shipping Address",
|
|
|
|
|
"shipping_address": "Shipping Address",
|
|
|
|
|
"shipping_address_line_2": "Shipping Address Line 2",
|
|
|
|
|
"shipping_city": "Shipping City",
|
|
|
|
|
"shipping_region": "Shipping States/Province",
|
|
|
|
|
"shipping_zip_code": "Shipping Zip/Postal Code",
|
|
|
|
|
@ -389,7 +401,8 @@
|
|
|
|
|
"total_en": "Total",
|
|
|
|
|
|
|
|
|
|
"billing_attention": "Billing Attention",
|
|
|
|
|
"billing_address": "Billing Address",
|
|
|
|
|
"billing_address": "Billing Address",
|
|
|
|
|
"billing_address_line_2": "Billing Address Line 2",
|
|
|
|
|
"billing_city": "Billing City",
|
|
|
|
|
"billing_region": "Billing States/Province",
|
|
|
|
|
"billing_zip_code": "Billing Zip/Postal Code",
|
|
|
|
|
|