|
@@ -2,6 +2,9 @@ export const TableColumnOfFinancial = [
|
|
|
{
|
|
|
title: "日期",
|
|
|
dataIndex: "date",
|
|
|
+ fixed: "left",
|
|
|
+ ellipsis: true,
|
|
|
+ width:150
|
|
|
},
|
|
|
{
|
|
|
title: "账户信息",
|
|
@@ -9,13 +12,17 @@ export const TableColumnOfFinancial = [
|
|
|
slots: { customRender: "advertiser" },
|
|
|
fixed: "left",
|
|
|
ellipsis: true,
|
|
|
+ width:220
|
|
|
},
|
|
|
{
|
|
|
title: "所属代理商信息",
|
|
|
dataIndex: "agent_name",
|
|
|
slots: { customRender: "agent" },
|
|
|
fixed: "left",
|
|
|
+ ellipsis: true,
|
|
|
+ width:220
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
title: "总支出",
|
|
|
dataIndex: "cost",
|