|
@@ -12,15 +12,15 @@ export const TableColumnOfFinancial = [
|
|
|
dataIndex: "date",
|
|
|
fixed: "left",
|
|
|
ellipsis: true,
|
|
|
- width:150
|
|
|
+ width: 150
|
|
|
},
|
|
|
{
|
|
|
- title: "账户",
|
|
|
+ title: "账户名称",
|
|
|
dataIndex: "advertiser_name",
|
|
|
slots: { customRender: "advertiser" },
|
|
|
fixed: "left",
|
|
|
ellipsis: true,
|
|
|
- width:220
|
|
|
+ width: 220
|
|
|
},
|
|
|
{
|
|
|
title: "所属代理商",
|
|
@@ -28,46 +28,46 @@ export const TableColumnOfFinancial = [
|
|
|
slots: { customRender: "agent" },
|
|
|
fixed: "left",
|
|
|
ellipsis: true,
|
|
|
- width:220
|
|
|
+ width: 220
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
- title: "总支出",
|
|
|
+ title: "总支出(元)",
|
|
|
dataIndex: "cost",
|
|
|
- sorter:true,
|
|
|
- sortDirections: ['descend', 'ascend',false],
|
|
|
+ sorter: true,
|
|
|
+ sortDirections: ['descend', 'ascend', false],
|
|
|
},
|
|
|
{
|
|
|
- title: "现金支出",
|
|
|
+ title: "现金支出(元)",
|
|
|
dataIndex: "cash_cost",
|
|
|
- sorter:true,
|
|
|
- sortDirections: ['descend', 'ascend',false],
|
|
|
+ sorter: true,
|
|
|
+ sortDirections: ['descend', 'ascend', false],
|
|
|
},
|
|
|
{
|
|
|
- title: "赠款支出",
|
|
|
+ title: "赠款支出(元)",
|
|
|
dataIndex: "reward_cost",
|
|
|
},
|
|
|
{
|
|
|
- title: "总存入",
|
|
|
+ title: "总存入(元)",
|
|
|
dataIndex: "income",
|
|
|
},
|
|
|
{
|
|
|
- title: "总转入",
|
|
|
+ title: "总转入(元)",
|
|
|
dataIndex: "transfer_in",
|
|
|
},
|
|
|
{
|
|
|
- title: "总转出",
|
|
|
+ title: "总转出(元)",
|
|
|
dataIndex: "transfer_out",
|
|
|
},
|
|
|
{
|
|
|
- title: "冻结",
|
|
|
+ title: "冻结(元)",
|
|
|
dataIndex: "frozen",
|
|
|
},
|
|
|
{
|
|
|
- title: "日终结余",
|
|
|
+ title: "日终结余(元)",
|
|
|
dataIndex: "balance",
|
|
|
- sorter:true,
|
|
|
- sortDirections: ['descend', 'ascend',false],
|
|
|
+ sorter: true,
|
|
|
+ sortDirections: ['descend', 'ascend', false],
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
];
|