Parcourir la source

森语-流程表单分页条数

jbb il y a 2 ans
Parent
commit
37280d56a3
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      src/views/process-center/applyListByTableName.vue

+ 11 - 0
src/views/process-center/applyListByTableName.vue

@@ -457,6 +457,17 @@ export default {
       modalVisible: false,
       showAssign: false,
       assigneeList: [],
+      ipagination: {
+          // current: 1,
+          // pageSize: 10,
+          pageSizeOptions: ['10', '20', '30','100'],
+          // showTotal: (total, range) => {
+          //   return range[0] + "-" + range[1] + " 共" + total + "条"
+          // },
+          // showQuickJumper: true,
+          // showSizeChanger: true,
+          // total: 0
+        },
       isGateway: false,
       dictPriority: [],
       submitLoading: false,