Browse Source

森语-事故处理单

jbb 2 years ago
parent
commit
ae2f2c8297
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/views/oa/IncidentTicketList.vue

+ 11 - 0
src/views/oa/IncidentTicketList.vue

@@ -295,6 +295,17 @@ import moment from 'moment'
           exportXlsUrl: "/oa/incidentTicket/exportXls",
           importExcelUrl: "oa/incidentTicket/importExcel",
         },
+        ipagination: {
+          current: 1,
+          pageSize: 100,
+          pageSizeOptions: ['10', '20', '30','100'],
+          showTotal: (total, range) => {
+            return range[0] + "-" + range[1] + " 共" + total + "条"
+          },
+          showQuickJumper: true,
+          showSizeChanger: true,
+          total: 0
+        },
         dictOptions:{},
         dataSource:[]
       }