|
|
@@ -21,7 +21,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="createTime" label="时间" sortable width="280" />
|
|
|
+ <el-table-column prop="actorTime" label="发起时间" sortable width="280" />
|
|
|
<el-table-column prop="fileType" label="类型" />
|
|
|
<el-table-column label="大小">
|
|
|
<template #default="scope">
|
|
|
@@ -63,7 +63,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="createTime" label="时间" sortable width="280" />
|
|
|
+ <el-table-column prop="actorTime" label="发起时间" sortable width="280" />
|
|
|
<el-table-column prop="fileType" label="类型" />
|
|
|
<el-table-column label="大小">
|
|
|
<template #default="scope">
|
|
|
@@ -174,6 +174,7 @@ export default {
|
|
|
packPageNum.value = 1
|
|
|
const query = `pageSize=20&pageNum=${packPageNum.value}`
|
|
|
fileCount.myCount(query).then(res => {
|
|
|
+ console.log('myCount',res);
|
|
|
myPack.value = res.rows
|
|
|
if(res.rows.length <res.total){
|
|
|
packTotal.value = false
|
|
|
@@ -185,6 +186,7 @@ export default {
|
|
|
ejoyPageNum.value = 1
|
|
|
const query = `pageSize=20&pageNum=${ejoyPageNum.value}`
|
|
|
fileCount.myJoin(query).then(res => {
|
|
|
+ console.log('myJoin',res);
|
|
|
myEjoy.value = res.rows
|
|
|
if(res.rows.length <res.total){
|
|
|
ejoyTotal.value = false
|