XMLWAN 3 years ago
parent
commit
c3aecf534d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/detail/stockOutDetail.vue

+ 1 - 1
src/xt_pages/stock/detail/stockOutDetail.vue View File

165
       <el-pagination
165
       <el-pagination
166
         @size-change="handleSizeChange"
166
         @size-change="handleSizeChange"
167
         @current-change="handleCurrentChange"
167
         @current-change="handleCurrentChange"
168
-        :page-sizes="[10, 50, 100,1000,1500]"
168
+        :page-sizes="[10, 50, 100,1000,1500,3000]"
169
         :page-size="10"
169
         :page-size="10"
170
         background
170
         background
171
         style="margin-top:20px;float: right"
171
         style="margin-top:20px;float: right"