Browse Source

修改库存查询

csx 6 years ago
parent
commit
d08b151d6b
1 changed files with 1 additions and 11 deletions
  1. 1 11
      src/xt_pages/stock/stockQuery.vue

+ 1 - 11
src/xt_pages/stock/stockQuery.vue View File

61
           </template>
61
           </template>
62
         </el-table-column>
62
         </el-table-column>
63
       </el-table>
63
       </el-table>
64
-      <el-pagination
65
-        @size-change="handleSizeChange"
66
-        @current-change="handleCurrentChange"
67
-        :page-sizes="[7]"
68
-        :page-size="7"
69
-        background
70
-        align="right"
71
-        style="margin-top:20px;"
72
-        layout="total, sizes, prev, pager, next, jumper"
73
-        :total="total">
74
-      </el-pagination>
64
+
75
   </div>
65
   </div>
76
   </div>
66
   </div>
77
 
67