luoyb
2021-03-05 2c7c8a89d0b7acef55a97401e174ed8b9a902d96
fix(bug修复): 界面调整

1.列表的数据每页显示12条
6个文件已修改
13 ■■■■ 已修改文件
src/views/user/Informationinput.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/inemployees.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/outemployess.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/search.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/selectuser.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/Informationinput.vue
@@ -2001,7 +2001,7 @@
      queryParams: {}, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 15,
        size: 12,
        num: 1
      },
      tableUrl: '',
src/views/user/inemployees.vue
@@ -864,7 +864,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 15,
        size: 12,
        num: 1
      },
      baseicInformationForm: {},
src/views/user/outemployess.vue
@@ -1003,7 +1003,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 15,
        size: 12,
        num: 1
      },
      headerHeight: '30px',
src/views/user/search.vue
@@ -1708,7 +1708,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 15,
        size: 12,
        num: 1
      },
      tableUrl: '',
src/views/user/selectuser.vue
@@ -89,7 +89,7 @@
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 15,
        size: 12,
        num: 1
      },
      list: [], // 给table显示的数据
vue.config.js
@@ -36,7 +36,8 @@
      // change xxx-api/login => mock/login
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        target: 'http://120.24.23.155:7301/',
        target: 'http://120.24.23.155:8301/',
        // target: 'http://120.24.23.155:7301/',
        // target: 'http://127.0.0.1:8301/',
        changeOrigin: true,
        pathRewrite: {