|
@@ -32,13 +32,13 @@
|
|
<el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
|
|
<el-table-column header-align='center' prop="email" label="电子邮件"></el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
- <div class="right">
|
|
|
|
|
|
+ <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>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div slot="footer" class="footer">
|
|
<div slot="footer" class="footer">
|
|
@@ -74,7 +74,7 @@ export default {
|
|
radio: "",
|
|
radio: "",
|
|
tableData: [],
|
|
tableData: [],
|
|
page: {
|
|
page: {
|
|
- size: 10,
|
|
|
|
|
|
+ size: 50,
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
total: 0,
|
|
total: 0,
|
|
currentPage: 1
|
|
currentPage: 1
|
|
@@ -99,7 +99,7 @@ export default {
|
|
},
|
|
},
|
|
getData() {
|
|
getData() {
|
|
this.page = {
|
|
this.page = {
|
|
- size: 10,
|
|
|
|
|
|
+ size: 50,
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
sizes: [10, 30, 50, 100, 150, 200],
|
|
total: 0,
|
|
total: 0,
|
|
currentPage: 1
|
|
currentPage: 1
|