|
@@ -2,10 +2,12 @@ export const TableColumnOfPutBooks = [
|
|
|
{
|
|
|
title: "ID",
|
|
|
dataIndex: "id",
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: "公众号名称",
|
|
|
dataIndex: "official_name",
|
|
|
+ width: 150,
|
|
|
},
|
|
|
{
|
|
|
title: "书籍",
|
|
@@ -14,20 +16,24 @@ export const TableColumnOfPutBooks = [
|
|
|
{
|
|
|
title: "流量平台",
|
|
|
dataIndex: "delivery_platform",
|
|
|
+ width: 120,
|
|
|
},
|
|
|
|
|
|
{
|
|
|
title: "开始时间",
|
|
|
dataIndex: "start_time",
|
|
|
+ width: 200,
|
|
|
},
|
|
|
{
|
|
|
title: "结束时间",
|
|
|
dataIndex: "end_time",
|
|
|
+ width: 200,
|
|
|
},
|
|
|
{
|
|
|
title: "操作",
|
|
|
key: "operator",
|
|
|
slots: { customRender: "operator" },
|
|
|
+ width: 100,
|
|
|
},
|
|
|
];
|
|
|
|
|
@@ -288,9 +294,9 @@ export const TableColumnOfPutAdPlan = [
|
|
|
title: "",
|
|
|
dataIndex: "check",
|
|
|
width: 120,
|
|
|
- slots:{
|
|
|
- customRender: 'switch'
|
|
|
- }
|
|
|
+ slots: {
|
|
|
+ customRender: "switch",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
fixed: "left",
|