|
@@ -145,12 +145,12 @@ export const columns: BasicColumn[] = [
|
|
|
width:250,
|
|
|
slots: { customRender: 'viewFile' },
|
|
|
},
|
|
|
- {
|
|
|
- title: '订单金额(order money)',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'orderMoney',
|
|
|
- width:250
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '订单金额(order money)',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'orderMoney',
|
|
|
+ // width:250
|
|
|
+ // },
|
|
|
{
|
|
|
title: '折后金额(converted amount)',
|
|
|
align:"center",
|