feat: 投放数据表格对接
This commit is contained in:
@ -23,6 +23,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的观看量环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -43,6 +44,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的主页访客数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -63,6 +65,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的点赞量环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -82,6 +85,7 @@ export const CUSTOM_FIELDS = [
|
||||
width: 180,
|
||||
tooltip: '账号所有内容的评论数环比',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -103,6 +107,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的收藏数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -123,6 +128,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的弹幕数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -143,6 +149,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的笔记涨粉数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -163,6 +170,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的笔记分享量环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
@ -184,6 +192,7 @@ export const CUSTOM_FIELDS = [
|
||||
tooltip: '账号所有内容的笔记平均浏览数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
isRateField: true,
|
||||
sortable: {
|
||||
sortDirections: ['ascend', 'descend'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user