From 79dce3741b13a1241f393ea2e6605869488bff0e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 24 Aug 2021 17:18:55 +0800
Subject: [PATCH] 保安公司管理单独权限  设置公司详情单页

---
 src/views/securityUnit/selfRecruitedSecurityGuard.vue |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/views/securityUnit/selfRecruitedSecurityGuard.vue b/src/views/securityUnit/selfRecruitedSecurityGuard.vue
index 6cfc4cf..95b401d 100644
--- a/src/views/securityUnit/selfRecruitedSecurityGuard.vue
+++ b/src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -304,7 +304,24 @@
         border: true,
 
         selection: true,
-        column: column,
+        column: [
+          ...column,
+          {
+            label: "服务区域",
+            labelWidth: 160,
+            prop: "fregion",
+            width: 69,
+          },
+          {
+            label: "服务时间",
+            labelWidth: 160,
+            prop: "ftime",
+            width: 69,
+            type: "date",
+            format: "yyyy-MM-dd",
+            valueFormat: "timestamp",
+          },
+        ],
       },
     };
   },

--
Gitblit v1.9.3