|
@@ -149,6 +149,24 @@ export default {
|
|
|
width: 150,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '核销门店',
|
|
|
+ dataIndex: 'usedStoreName',
|
|
|
+ width: 150,
|
|
|
+ align: 'center',
|
|
|
+ customRender: function (text) {
|
|
|
+ return text || '--'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '门店类型',
|
|
|
+ dataIndex: 'usedStoreTypeName',
|
|
|
+ width: 150,
|
|
|
+ align: 'center',
|
|
|
+ customRender: function (text) {
|
|
|
+ return text || '--'
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
title: '客户信息',
|
|
|
scopedSlots: { customRender: 'userInfo' },
|