mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
远程升级添加分页
This commit is contained in:
@@ -27,6 +27,13 @@
|
|||||||
<el-table-column prop="description" label="固件描述"></el-table-column>
|
<el-table-column prop="description" label="固件描述"></el-table-column>
|
||||||
<el-table-column prop="filePath" label="路径"></el-table-column>
|
<el-table-column prop="filePath" label="路径"></el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
<pagination
|
||||||
|
v-show="total > 0"
|
||||||
|
:total="total"
|
||||||
|
:page.sync="queryParams.pageNum"
|
||||||
|
:limit.sync="queryParams.pageSize"
|
||||||
|
@pagination="getList"
|
||||||
|
/>
|
||||||
<div style="margin-top: 20px">
|
<div style="margin-top: 20px">
|
||||||
<el-button type="primary" @click="submit">提交</el-button>
|
<el-button type="primary" @click="submit">提交</el-button>
|
||||||
<!-- <el-button @click="">取消选择</el-button> -->
|
<!-- <el-button @click="">取消选择</el-button> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user