提交 3e98ec35 authored 作者: 龙菲's avatar 龙菲

完成首页部分数据

上级 f903a92c
...@@ -67,3 +67,22 @@ export function getUserList(data) { ...@@ -67,3 +67,22 @@ export function getUserList(data) {
}) })
} }
// 以用户行为统计排序分页查询资源
export function getListByPageSort(data) {
return request({
url: '/bizOptSort/mapListByPageSort',
method: 'post',
data
})
}
// 以用户行为统计排序分页查询资源
export function getBarMap(params) {
return request({
url: '/bizOptSort/getBarMap',
method: 'get',
params
})
}
...@@ -2,10 +2,9 @@ export const title = [{ ...@@ -2,10 +2,9 @@ export const title = [{
prop: "name", prop: "name",
label: "名称", label: "名称",
columnAlign: 'center', columnAlign: 'center',
width:120
}, },
{ {
prop: "unit", prop: "deptName",
label: "馆藏单位/展览单位", label: "馆藏单位/展览单位",
columnAlign: 'center', columnAlign: 'center',
}, },
...@@ -15,19 +14,22 @@ export const title = [{ ...@@ -15,19 +14,22 @@ export const title = [{
columnAlign: 'center', columnAlign: 'center',
}, },
{ {
prop: "dj", prop: "browseCount",
label: "点击量", label: "点击量",
columnAlign: 'center', columnAlign: 'center',
sortable:true
}, },
{ {
prop: "dz", prop: "collectCount",
label: "点赞量", label: "点赞量",
columnAlign: 'center', columnAlign: 'center',
sortable:true
}, },
{ {
prop: "sc", prop: "loveCount",
label: "收藏量", label: "收藏量",
columnAlign: 'center', columnAlign: 'center',
sortable:true
}, },
] ]
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论