Explorar o código

供应商产能报表-分页

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
a407dabb23
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/reportForms/supply-capacity-table.vue

+ 4 - 1
src/views/reportForms/supply-capacity-table.vue

@@ -275,7 +275,9 @@ export default {
             this.pagination = {
               total: res.result.total,
               current: res.result.current,
-              pageSize: res.result.size
+              pageSize: res.result.size,
+              pageSizeOptions: ["10","50", "100", "150"],
+              showSizeChanger: true,
             }
           }
         })
@@ -436,5 +438,6 @@ export default {
 }
 /deep/ .ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th{
   white-space: nowrap;
+  word-break: break-all;
 }
 </style>