see999 3 years ago
parent
commit
d9d62a35e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/stock/drugs/drugStockOutOrder.vue

+ 3 - 3
src/xt_pages/stock/drugs/drugStockOutOrder.vue View File

185
       <el-pagination
185
       <el-pagination
186
         @size-change="handleSizeChange"
186
         @size-change="handleSizeChange"
187
         @current-change="handleCurrentChange"
187
         @current-change="handleCurrentChange"
188
-        :page-sizes="[10, 50, 100]"
189
-        :page-size="10"
188
+        :page-sizes="[5, 10, 50, 100]"
189
+        :page-size="5"
190
         background
190
         background
191
         style="margin-top:20px;text-align: right"
191
         style="margin-top:20px;text-align: right"
192
         layout="total, sizes, prev, pager, next, jumper"
192
         layout="total, sizes, prev, pager, next, jumper"
545
         { path: false, name: "出库单" }
545
         { path: false, name: "出库单" }
546
       ],
546
       ],
547
       page: 1,
547
       page: 1,
548
-      limit: 10,
548
+      limit: 5,
549
       checked: false,
549
       checked: false,
550
       total: 0,
550
       total: 0,
551
       pageTotal: 0,
551
       pageTotal: 0,