Pārlūkot izejas kodu

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

jiawuxian 2 gadi atpakaļ
vecāks
revīzija
584183ff5b

+ 1 - 1
src/components/Pagination/index.vue

@@ -36,7 +36,7 @@ export default {
     pageSizes: {
       type: Array,
       default() {
-        return [10, 20, 30, 50]
+        return [20, 30, 50]
       }
     },
     // 移动端页码按钮的数量端默认值5

+ 1 - 1
src/views/system/dept/index.vue

@@ -449,7 +449,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 20,
         name: undefined,
         status: undefined,
         parentId: undefined,

+ 1 - 1
src/views/system/device/index.vue

@@ -438,7 +438,7 @@ export default {
       },
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 20,
         orgId: null,
         orgName: null,
         deviceName: null,

+ 3 - 6
src/views/system/user/index.vue

@@ -135,7 +135,6 @@
               <el-col :span="1.5">
                 <el-button
                   type="primary"
-                  plain
                   icon="el-icon-upload2"
                   size="mini"
                   @click="handleImport"
@@ -147,7 +146,6 @@
               <el-col :span="1.5">
                 <el-button
                   type="primary"
-                  plain
                   icon="el-icon-download"
                   size="mini"
                   @click="handleExport"
@@ -158,7 +156,6 @@
               <el-col :span="1.5">
                 <el-button
                   type="primary"
-                  plain
                   icon="el-icon-download"
                   size="mini"
                   @click="handleExportManager"
@@ -174,7 +171,7 @@
           </div>
           <el-table
             border
-            height="650"
+            height="646"
             size="small"
             v-loading="loading"
             :data="userList"
@@ -185,7 +182,7 @@
               label="序号"
               type="index"
               align="center"
-              width="50"
+              width="70"
             ></el-table-column>
             <el-table-column
               label="账号"
@@ -646,7 +643,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 20,
         username: null,
         phone: null,
         status: null,