Commit 646c46dc authored by 高飞's avatar 高飞

修改文献默认查询12条

parent d52c8f08
......@@ -143,7 +143,7 @@
<div class="page-div">
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange" :page-size="pageSize" :current-page="current_page" :total="total"
@current-change="handleCurrentChange_lb" :page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
@current-change="handleCurrentChange_lb" :page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -187,7 +187,7 @@
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange_qw" :page-size="pageSize_qw" :current-page="current_page_qw"
:total="totals_qw" @current-change="handleCurrentChange_qw"
:page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
:page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -418,7 +418,7 @@ export default {
gjc: "",
},
total: 0,
pageSize: 10,
pageSize: 12,
current_page: 1,
tableData_znjsfx: [],
total_znjsfx: 0,
......@@ -430,7 +430,7 @@ export default {
toggle_value_lb: true,
toggle_value_qw: false,
totals_qw: 0,
pageSize_qw: 10,
pageSize_qw: 12,
current_page_qw: 1,
format_files: "",
get_files: [],
......
......@@ -143,7 +143,7 @@
<div class="page-div">
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange" :page-size="pageSize" :current-page="current_page" :total="total"
@current-change="handleCurrentChange_lb" :page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
@current-change="handleCurrentChange_lb" :page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -187,7 +187,7 @@
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange_qw" :page-size="pageSize_qw" :current-page="current_page_qw"
:total="totals_qw" @current-change="handleCurrentChange_qw"
:page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
:page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -418,7 +418,7 @@ export default {
gjc: "",
},
total: 0,
pageSize: 10,
pageSize: 12,
current_page: 1,
tableData_znjsfx: [],
total_znjsfx: 0,
......@@ -430,7 +430,7 @@ export default {
toggle_value_lb: true,
toggle_value_qw: false,
totals_qw: 0,
pageSize_qw: 10,
pageSize_qw: 12,
current_page_qw: 1,
format_files: "",
get_files: [],
......
......@@ -137,7 +137,7 @@
<div class="page-div">
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange" :page-size="pageSize" :current-page="current_page" :total="total"
@current-change="handleCurrentChange_lb" :page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
@current-change="handleCurrentChange_lb" :page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -181,7 +181,7 @@
<el-pagination class="myPagination" background layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange_qw" :page-size="pageSize_qw" :current-page="current_page_qw"
:total="totals_qw" @current-change="handleCurrentChange_qw"
:page-sizes="[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
:page-sizes="[12, 20, 30, 40, 50, 60, 70, 80, 90, 100]">
</el-pagination>
</div>
</div>
......@@ -412,7 +412,7 @@ export default {
gjc: "",
},
total: 0,
pageSize: 10,
pageSize: 12,
current_page: 1,
tableData_znjsfx: [],
total_znjsfx: 0,
......@@ -424,7 +424,7 @@ export default {
toggle_value_lb: true,
toggle_value_qw: false,
totals_qw: 0,
pageSize_qw: 10,
pageSize_qw: 12,
current_page_qw: 1,
format_files: "",
get_files: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment