功能开发

This commit is contained in:
lijinxuan123
2024-08-30 11:48:54 +08:00
parent 72efe14d10
commit 9db5f12469
4 changed files with 5 additions and 17 deletions

View File

@@ -342,7 +342,7 @@ export default {
page: 1,
pagesize: 20
},
total: 2
total: 5
}
},
methods: {

View File

@@ -44,25 +44,13 @@
style="width: 100%"
size="mini"
border
height="500"
height="504"
ref="multipleTable"
@selection-change="handleSelectionChange"
>
<el-table-column type="selection" width="55"> </el-table-column>
<el-table-column prop="a" label="标记编号"></el-table-column>
</el-table>
<div class="page-box">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:page-sizes="[20, 50, 100]"
layout="total, sizes, prev, pager, next, jumper"
:current-page="form.page"
:page-size="form.pagesize"
:total="total"
>
</el-pagination>
</div>
</div>
<div class="right">
<div style="height: 480px; width: 500px">
@@ -283,7 +271,7 @@ export default {
}
.con {
width: 100%;
height: 500px;
height: 508px;
border: #ccc solid 1px;
padding: 15px;
border-radius: 3px;

View File

@@ -132,7 +132,7 @@ export default {
page: 1,
pagesize: 20
},
total: 2
total: 5
}
},
methods: {

View File

@@ -116,7 +116,7 @@ export default {
page: 1,
pagesize: 20
},
total: 2
total: 5
}
},
methods: {