|
|
@ -74,6 +74,7 @@ export default { |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '来源商城', |
|
|
|
title: '来源商城', |
|
|
|
dataIndex: 'store_id', |
|
|
|
dataIndex: 'store_id', |
|
|
|
|
|
|
|
width: '85px', |
|
|
|
scopedSlots: { customRender: 'store_id' } |
|
|
|
scopedSlots: { customRender: 'store_id' } |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
@ -87,7 +88,7 @@ export default { |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '操作', |
|
|
|
title: '操作', |
|
|
|
dataIndex: 'action', |
|
|
|
dataIndex: 'action', |
|
|
|
width: '180px', |
|
|
|
width: '100px', |
|
|
|
scopedSlots: { customRender: 'action' } |
|
|
|
scopedSlots: { customRender: 'action' } |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|