|
|
|
@ -84,7 +84,7 @@
|
|
|
|
{{scope.row.shipping_address}}
|
|
|
|
{{scope.row.shipping_address}}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column align='left' label="Address Line 2" width="180" header-align="center">
|
|
|
|
<el-table-column align='left' label="Shipping Address Line 2" width="180" header-align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
{{scope.row.shipping_address_line_2}}
|
|
|
|
{{scope.row.shipping_address_line_2}}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
@ -156,7 +156,7 @@
|
|
|
|
{{scope.row.billing_address}}
|
|
|
|
{{scope.row.billing_address}}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column align='left' label="Address Line 2" width="180" header-align="center">
|
|
|
|
<el-table-column align='left' label="Billing Address Line 2" width="180" header-align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
{{scope.row.billing_address_line_2}}
|
|
|
|
{{scope.row.billing_address_line_2}}
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|