更新
This commit is contained in:
@@ -77,8 +77,8 @@ export function useData() {
|
||||
});
|
||||
if (code) {
|
||||
tableList.value = data.lists;
|
||||
pagination.value.total = data.totalRow;
|
||||
pagination.value.currentPage = data.pageNumber;
|
||||
pagination.value.total = data.count;
|
||||
pagination.value.currentPage = data.page;
|
||||
}
|
||||
loading.value = false;
|
||||
};
|
||||
|
||||
@@ -44,9 +44,13 @@ export function useData() {
|
||||
label: "用户名称",
|
||||
prop: "nickname"
|
||||
},
|
||||
{
|
||||
label: "领取任务时间",
|
||||
prop: "collection_time"
|
||||
},
|
||||
{
|
||||
label: "完成任务时间",
|
||||
prop: "createtime"
|
||||
prop: "completion_time"
|
||||
},
|
||||
{
|
||||
label: "任务名称",
|
||||
|
||||
Reference in New Issue
Block a user