Browse Source

增项前端分页样式优化

wd 4 years ago
parent
commit
34a1efba3d

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/basisdataopera.vue

@@ -722,7 +722,7 @@
                     <el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="5" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
+                  <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="4" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
                                  :current-page="currentPageAllAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAllAccess"
                                  layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAllAccess">
                   </el-pagination>
@@ -752,7 +752,7 @@
                     <el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="5" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
+                  <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="4" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
                                  :current-page="currentPageAddAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAddAccess"
                                  layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAddAccess">
                   </el-pagination>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

@@ -740,7 +740,7 @@
                     </el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination style="float: right" :pager-count="5" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
+                  <el-pagination style="float: right" :pager-count="4" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
                     :current-page="currentPageAllAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAllAccess"
                     layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAllAccess">
                   </el-pagination>
@@ -788,7 +788,7 @@
                     </el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination :pager-count="5" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
+                  <el-pagination :pager-count="4" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
                                  :current-page="currentPageAddAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAddAccess"
                                  layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAddAccess">
                   </el-pagination>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue

@@ -724,7 +724,7 @@
                     <el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination style="float: right" :pager-count="5" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
+                  <el-pagination style="float: right" :pager-count="4" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
                                  :current-page="currentPageAllAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAllAccess"
                                  layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAllAccess">
                   </el-pagination>
@@ -752,7 +752,7 @@
                     <el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
                     <el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
                   </el-table>
-                  <el-pagination :pager-count="5" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
+                  <el-pagination :pager-count="4" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
                                  :current-page="currentPageAddAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAddAccess"
                                  layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAddAccess">
                   </el-pagination>