功能开发
This commit is contained in:
@@ -342,7 +342,7 @@ export default {
|
||||
page: 1,
|
||||
pagesize: 20
|
||||
},
|
||||
total: 2
|
||||
total: 5
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -132,7 +132,7 @@ export default {
|
||||
page: 1,
|
||||
pagesize: 20
|
||||
},
|
||||
total: 2
|
||||
total: 5
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -116,7 +116,7 @@ export default {
|
||||
page: 1,
|
||||
pagesize: 20
|
||||
},
|
||||
total: 2
|
||||
total: 5
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user