Explorar o código

森语-事故处理单

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
ae2f2c8297
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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:[]
       }