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