|
@@ -2,29 +2,29 @@ export default {
|
|
|
agg: {
|
|
|
微博: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -32,55 +32,55 @@ export default {
|
|
|
// type: 'number'
|
|
|
// },
|
|
|
{
|
|
|
- label: "粉丝数",
|
|
|
- key: "fans",
|
|
|
- type: "number",
|
|
|
- sortable: "custom"
|
|
|
+ label: '粉丝数',
|
|
|
+ key: 'fans',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "评论量",
|
|
|
- key: "commentCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
微信: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -88,48 +88,48 @@ export default {
|
|
|
// type: 'number'
|
|
|
// },
|
|
|
{
|
|
|
- label: "粉丝数",
|
|
|
- key: "fans",
|
|
|
- type: "number",
|
|
|
- sortable: "custom"
|
|
|
+ label: '粉丝数',
|
|
|
+ key: 'fans',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "收藏数",
|
|
|
- key: "favCount",
|
|
|
- type: "number",
|
|
|
+ label: '收藏数',
|
|
|
+ key: 'favCount',
|
|
|
+ type: 'number',
|
|
|
},
|
|
|
],
|
|
|
头条: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -139,29 +139,29 @@ export default {
|
|
|
],
|
|
|
抖音: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -169,16 +169,16 @@ export default {
|
|
|
// type: 'number'
|
|
|
// },
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "粉丝数",
|
|
@@ -188,29 +188,29 @@ export default {
|
|
|
],
|
|
|
快手: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -218,43 +218,43 @@ export default {
|
|
|
// type: 'number'
|
|
|
// },
|
|
|
{
|
|
|
- label: "评论量",
|
|
|
- key: "commentCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
B站: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "发稿量",
|
|
|
- key: "publishCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "readCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'readCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
// {
|
|
|
// label: "本月累计阅读量",
|
|
@@ -262,258 +262,339 @@ export default {
|
|
|
// type: 'number'
|
|
|
// },
|
|
|
],
|
|
|
+ 视频号: [
|
|
|
+ {
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
+ width: 50,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '发稿量',
|
|
|
+ key: 'publishCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
list: {
|
|
|
微博: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "评论量",
|
|
|
- key: "commentCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
微信: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "转发量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
头条: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "转发量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
抖音: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "转发量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "分享量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '分享量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
快手: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "评论量",
|
|
|
- key: "commentCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "点赞量",
|
|
|
- key: "likeCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
B站: [
|
|
|
{
|
|
|
- label: "排名",
|
|
|
- key: "index",
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
+ width: 50,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '阅读量',
|
|
|
+ key: 'playCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ 视频号: [
|
|
|
+ {
|
|
|
+ label: '排名',
|
|
|
+ key: 'index',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "部门",
|
|
|
- key: "depName",
|
|
|
+ label: '部门',
|
|
|
+ key: 'depName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '账号',
|
|
|
+ key: 'userName',
|
|
|
},
|
|
|
{
|
|
|
- label: "账号",
|
|
|
- key: "userName",
|
|
|
+ label: '篇名',
|
|
|
+ key: 'title',
|
|
|
},
|
|
|
{
|
|
|
- label: "篇名",
|
|
|
- key: "title",
|
|
|
+ label: '点赞量',
|
|
|
+ key: 'likeCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "转发量",
|
|
|
- key: "shareCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '转发量',
|
|
|
+ key: 'shareCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "阅读量",
|
|
|
- key: "playCount",
|
|
|
- type: "number",
|
|
|
- sortable: "custom",
|
|
|
+ label: '评论量',
|
|
|
+ key: 'commentCount',
|
|
|
+ type: 'number',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
{
|
|
|
- label: "发布时间",
|
|
|
- key: "publishTime",
|
|
|
- sortable: "custom",
|
|
|
+ label: '发布时间',
|
|
|
+ key: 'publishTime',
|
|
|
+ sortable: 'custom',
|
|
|
},
|
|
|
],
|
|
|
},
|