mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
add page
This commit is contained in:
parent
a73ac31fe2
commit
764d6556d0
@ -133,10 +133,13 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-row>
|
||||
<el-row class="footer" justify="space-between">
|
||||
<div>
|
||||
{{ fileFilteredList.length }} {{ $t('serverPage.sftpFileCount') }}
|
||||
</div>
|
||||
<el-row class="footer" justify="end">
|
||||
<el-pagination
|
||||
:total="fileFilteredList.length"
|
||||
:page-size="9999"
|
||||
background
|
||||
layout="total"
|
||||
/>
|
||||
</el-row>
|
||||
<el-dialog
|
||||
v-model="editDialogVisible"
|
||||
|
Loading…
Reference in New Issue
Block a user