From fb591d893e7cdeb3efea4678cf99bf14baf6733e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 03 Sep 2021 17:30:57 +0800
Subject: [PATCH] 营业执照 许可证  可删除  解决单位信息  社保信息的bug

---
 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