|
@@ -46,37 +46,37 @@
|
|
|
const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '企业名称',
|
|
|
- dataIndex: 'key1',
|
|
|
+ dataIndex: 'companyName',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
- title: '房间管理',
|
|
|
- dataIndex: 'key2',
|
|
|
+ title: '直播间名称',
|
|
|
+ dataIndex: 'userName',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '直播场景名称',
|
|
|
- dataIndex: 'key3',
|
|
|
+ dataIndex: 'userName',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '主持人',
|
|
|
- dataIndex: 'key4',
|
|
|
+ dataIndex: 'anchorName',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '总观看人数',
|
|
|
- dataIndex: 'key5',
|
|
|
+ dataIndex: 'spectatorNum',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '总直播时长',
|
|
|
- dataIndex: 'key6',
|
|
|
+ dataIndex: 'duration',
|
|
|
width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '总分享人数',
|
|
|
- dataIndex: 'key6',
|
|
|
+ dataIndex: 'shareNum',
|
|
|
width: 120,
|
|
|
},
|
|
|
];
|
|
@@ -166,7 +166,7 @@
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: '[startTime, endTime]',
|
|
|
+ field: 'time',
|
|
|
label: '时间段',
|
|
|
component: 'RangePicker',
|
|
|
colProps: {
|