|
|
|
@ -7,6 +7,7 @@ |
|
|
|
|
:columns="columns" |
|
|
|
|
:data="loadData" |
|
|
|
|
:pagination="pagination" |
|
|
|
|
:scroll="{ x: 1450 }" |
|
|
|
|
> |
|
|
|
|
<span slot="type" slot-scope="text, item"> |
|
|
|
|
{{ typeList[item.type - 1] }} |
|
|
|
@ -73,6 +74,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '来源商城', |
|
|
|
|
width: '100px', |
|
|
|
|
dataIndex: 'store_id', |
|
|
|
|
scopedSlots: { customRender: 'store_id' } |
|
|
|
|
}, |
|
|
|
@ -87,7 +89,7 @@ export default { |
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|
width: '180px', |
|
|
|
|
width: '80px', |
|
|
|
|
scopedSlots: { customRender: 'action' } |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|