|
@@ -32,13 +32,13 @@
|
|
|
<el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
|
|
|
</el-table>
|
|
|
</el-radio-group>
|
|
|
- <div class="right">
|
|
|
-<my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
|
|
|
- </div>
|
|
|
- <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E;">
|
|
|
- 找不到想要的型号? 赶快去
|
|
|
- <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
|
|
|
- </p>
|
|
|
+ <div class="right" style="background: #fff;">
|
|
|
+ <p style="height:40px;line-height:40px;text-align:center;color:#9E9E9E; float: left;">
|
|
|
+ 找不到想要的型号? 赶快去
|
|
|
+ <i style="color:#46B0FF;cursor: pointer;">厂家库</i>维护吧
|
|
|
+ </p>
|
|
|
+ <my-pagination :page="page" @change="changePage" style="margin-top:10px;"></my-pagination>
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
radio: "",
|
|
|
tableData: [],
|
|
|
page: {
|
|
|
- size: 10,
|
|
|
+ size: 50,
|
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
|
total: 0,
|
|
|
currentPage: 1
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
getData() {
|
|
|
console.log("insurer")
|
|
|
this.page = {
|
|
|
- size: 10,
|
|
|
+ size: 50,
|
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
|
total: 0,
|
|
|
currentPage: 1
|