yijiusmile
2021-03-06 8250252a750d4ff747c1210aba5ba9be9a5fad38
分页修改为15条
13个文件已修改
30 ■■■■ 已修改文件
src/components/Pagination/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/client/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/dict/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/job/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/role/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/sysConfig/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/user/Index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/Informationinput.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/inemployees.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/outemployess.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/search.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/selectuser.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/fujian.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Pagination/index.vue
@@ -32,12 +32,12 @@
    },
    limit: {
      type: Number,
      default: 20
      default: 15
    },
    pageSizes: {
      type: Array,
      default() {
        return [5, 10, 20, 30, 50]
        return [5, 10, 15, 20, 30, 50]
      }
    },
    layout: {
src/views/febs/system/client/Index.vue
@@ -124,7 +124,7 @@
      queryParams: {},
      selection: [],
      pagination: {
        size: 10,
        size: 15,
        num: 1
      }
    }
src/views/febs/system/dict/Index.vue
@@ -90,7 +90,7 @@
      queryParams: {},
      selection: [],
      pagination: {
        size: 10,
        size: 15,
        num: 1
      }
    }
src/views/febs/system/job/Index.vue
@@ -84,7 +84,7 @@
      queryParams: {},
      selection: [],
      pagination: {
        size: 10,
        size: 15,
        num: 1
      }
    }
src/views/febs/system/role/Index.vue
@@ -116,7 +116,7 @@
      queryParams: {},
      sort: {},
      pagination: {
        size: 10,
        size: 15,
        num: 1
      },
      role: this.initRole(),
src/views/febs/system/sysConfig/Index.vue
@@ -80,7 +80,7 @@
      queryParams: {},
      selection: [],
      pagination: {
        size: 10,
        size: 15,
        num: 1
      }
    }
src/views/febs/system/user/Index.vue
@@ -193,7 +193,7 @@
      sort: {},
      selection: [],
      pagination: {
        size: 10,
        size: 15,
        num: 1
      }
    }
src/views/user/Informationinput.vue
@@ -2001,7 +2001,7 @@
      queryParams: {}, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 12,
        size: 15,
        num: 1
      },
      tableUrl: '',
src/views/user/inemployees.vue
@@ -866,7 +866,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 12,
        size: 15,
        num: 1
      },
      baseicInformationForm: {},
src/views/user/outemployess.vue
@@ -1003,7 +1003,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 12,
        size: 15,
        num: 1
      },
      headerHeight: '30px',
@@ -1088,8 +1088,6 @@
    },
    // 翻页方法
    search() {
      this.queryParams.empName = this.queryParams.empNumb
      this.queryParams.deptName = this.queryParams.empNumb
      this.fetch({
        ...this.queryParams,
        ...this.sort
src/views/user/search.vue
@@ -1708,7 +1708,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 12,
        size: 15,
        num: 1
      },
      tableUrl: '',
src/views/user/selectuser.vue
@@ -89,7 +89,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 12,
        size: 15,
        num: 1
      },
      list: [], // 给table显示的数据
src/views/yunpan/fujian.vue
@@ -382,7 +382,7 @@
      },
      total: 0, // 总数量
      pagination: { // 分页参数
        size: 10,
        size: 15,
        num: 1
      },
      headerHeight: '20px',