From 2c461eb9efb980d55dfd7407ee70088fc90a4a7a Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 08 Feb 2022 14:24:31 +0800
Subject: [PATCH] 保安员详情修改

---
 src/views/securityGuard/securityGuardOnce copy.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/securityGuard/securityGuardOnce copy.vue b/src/views/securityGuard/securityGuardOnce copy.vue
index 76c2dd1..4b0303b 100644
--- a/src/views/securityGuard/securityGuardOnce copy.vue
+++ b/src/views/securityGuard/securityGuardOnce copy.vue
@@ -341,6 +341,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
       roleId: "1412226235153731586",
       deptId: "1413470343230877697",
@@ -348,6 +349,7 @@
         pageSize: 10,
         currentPage: 1,
         total: 0,
+        ...this.$store.state.control.changePageSize,
       },
       init: {
         roleTree: [],
@@ -416,7 +418,7 @@
             icon: "el-icon-user-solid",
             column: [
               {
-                label: "所属保安公司",
+                label: "企业名称",
                 prop: "deptId",
                 type: "tree",
                 // dicUrl:
@@ -723,7 +725,7 @@
                   column: [
                     {
                       width: 200,
-                      label: "单位名称",
+                      label: "企业名称",
                       prop: "companyname",
                       formslot: true,
                     },

--
Gitblit v1.9.3