|
|
|
@ -175,6 +175,7 @@ |
|
|
|
|
:rowSelection="rowSelection" |
|
|
|
|
:pagination="pagination" |
|
|
|
|
:pageSize="15" |
|
|
|
|
:scroll="{ x: 1300 }" |
|
|
|
|
> |
|
|
|
|
<!-- 商品图片 --> |
|
|
|
|
<span slot="goods_image" slot-scope="text"> |
|
|
|
@ -284,11 +285,13 @@ const columns = [ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '商品池', |
|
|
|
|
width: '80px', |
|
|
|
|
dataIndex: 'is_pool', |
|
|
|
|
scopedSlots: { customRender: 'is_pool' }, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '状态', |
|
|
|
|
width: '60px', |
|
|
|
|
dataIndex: 'is_sale', |
|
|
|
|
scopedSlots: { customRender: 'is_sale' }, |
|
|
|
|
}, |
|
|
|
|