Browse Source

森语-流程表单分页条数

jbb 2 years ago
parent
commit
37280d56a3
1 changed files with 11 additions and 0 deletions
  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,