|
@@ -7,7 +7,7 @@
|
|
title="收货地址"
|
|
title="收货地址"
|
|
v-model="isShow"
|
|
v-model="isShow"
|
|
@cancel="isShow=false"
|
|
@cancel="isShow=false"
|
|
- width="70%">
|
|
|
|
|
|
+ :width="900">
|
|
<!-- 操作按钮 -->
|
|
<!-- 操作按钮 -->
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
<a-button id="chooseAddressList-add" type="primary" class="button-error" @click="handleEdit()">新增</a-button>
|
|
<a-button id="chooseAddressList-add" type="primary" class="button-error" @click="handleEdit()">新增</a-button>
|
|
@@ -97,7 +97,7 @@ export default {
|
|
{ title: '收货人', scopedSlots: { customRender: 'consignee' }, align: 'center', ellipsis: true },
|
|
{ title: '收货人', scopedSlots: { customRender: 'consignee' }, align: 'center', ellipsis: true },
|
|
{ title: '手机号码', dataIndex: 'consigneeTel', width: 120, align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '手机号码', dataIndex: 'consigneeTel', width: 120, align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '收货地址', dataIndex: 'address', width: 400, align: 'center', ellipsis: true },
|
|
{ title: '收货地址', dataIndex: 'address', width: 400, align: 'center', ellipsis: true },
|
|
- { title: '操作', scopedSlots: { customRender: 'action' }, width: 250, align: 'center', fixed: 'right' },
|
|
|
|
|
|
+ { title: '操作', scopedSlots: { customRender: 'action' }, width: 220, align: 'center', fixed: 'right' },
|
|
{ title: '选择', scopedSlots: { customRender: 'choose' }, width: 100, align: 'center', fixed: 'right' }
|
|
{ title: '选择', scopedSlots: { customRender: 'choose' }, width: 100, align: 'center', fixed: 'right' }
|
|
],
|
|
],
|
|
// 加载数据方法 必须为 Promise 对象
|
|
// 加载数据方法 必须为 Promise 对象
|