feat: 走查-交互逻辑调整
This commit is contained in:
@ -31,7 +31,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'home_view_number',
|
||||
prop: 'home_view_number',
|
||||
title: '主页访客数',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的主页访客数',
|
||||
align: 'right',
|
||||
},
|
||||
@ -39,7 +39,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'home_view_rate',
|
||||
prop: 'home_view_rate',
|
||||
title: '主页访客数环比',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的主页访客数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
@ -99,7 +99,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'collect_rate',
|
||||
prop: 'collect_rate',
|
||||
title: '收藏数环比',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的收藏数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
@ -119,7 +119,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'barrage_rate',
|
||||
prop: 'barrage_rate',
|
||||
title: '弹幕数环比',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的弹幕数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
@ -139,7 +139,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'rise_fans_rate',
|
||||
prop: 'rise_fans_rate',
|
||||
title: '笔记涨粉数环比',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的笔记涨粉数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
@ -151,7 +151,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'share_number',
|
||||
prop: 'share_number',
|
||||
title: '笔记分享量',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的笔记分享量',
|
||||
align: 'right',
|
||||
},
|
||||
@ -159,7 +159,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'share_rate',
|
||||
prop: 'share_rate',
|
||||
title: '笔记分享量环比',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的笔记分享量环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
@ -172,7 +172,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'avg_view_time',
|
||||
prop: 'avg_view_time',
|
||||
title: '笔记平均浏览数',
|
||||
width: 180,
|
||||
width: 200,
|
||||
tooltip: '账号所有内容的笔记平均浏览数',
|
||||
align: 'right',
|
||||
},
|
||||
@ -180,7 +180,7 @@ export const CUSTOM_FIELDS = [
|
||||
dataIndex: 'avg_view_time_rate',
|
||||
prop: 'avg_view_time_rate',
|
||||
title: '笔记平均浏览数环比',
|
||||
width: 180,
|
||||
width: 220,
|
||||
tooltip: '账号所有内容的笔记平均浏览数环比',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
|
||||
Reference in New Issue
Block a user