|
@@ -416,7 +416,7 @@ export const dowmColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '支付方式',
|
|
|
- dataIndex: 'payType',
|
|
|
+ dataIndex: 'payMethod',
|
|
|
// slots: { customRender: 'orderType' },
|
|
|
width: 80,
|
|
|
},
|
|
@@ -555,7 +555,7 @@ export const localCameraColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '充值方式',
|
|
|
- dataIndex: 'payType',
|
|
|
+ dataIndex: 'payMethod',
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
@@ -676,7 +676,7 @@ export const differenceColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '充值方式',
|
|
|
- dataIndex: 'payType',
|
|
|
+ dataIndex: 'payMethod',
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|