From 9333310fba048b61afdb4fb4c2318d3fd8482eaf Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 13:08:59 +0800
Subject: [PATCH] feat: 接口

---
 src/views/EmploymentManage/constants/columns.ts |   41 ++++++++++++++++++++++++++++-------------
 1 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/src/views/EmploymentManage/constants/columns.ts b/src/views/EmploymentManage/constants/columns.ts
index 2cd5a95..f342338 100644
--- a/src/views/EmploymentManage/constants/columns.ts
+++ b/src/views/EmploymentManage/constants/columns.ts
@@ -13,66 +13,81 @@
   },
   {
     id: '3',
+    enCode: 'enterpriseName',
+    name: '鍙戝崟瀹㈡埛',
+  },
+  {
+    id: '4',
+    enCode: 'enterpriseId',
+    name: '瀹㈡埛ID',
+  },
+  {
+    id: '5',
     enCode: 'billingMethod',
     name: '缁撶畻鍛ㄦ湡',
   },
   {
-    id: '4',
+    id: '6',
     enCode: 'serviceFee',
     name: '鏈嶅姟璐归噾棰�',
   },
   {
-    id: '5',
+    id: '7',
     enCode: 'settlementCycle',
     name: '缁撶畻鏂瑰紡',
   },
   {
-    id: '6',
+    id: '8',
     enCode: 'genderLimit',
     name: '鎬у埆瑕佹眰',
   },
   {
-    id: '7',
+    id: '9',
+    enCode: 'needPeopleNumber',
+    name: '闇�姹備汉鏁�',
+  },
+  {
+    id: '10',
     enCode: 'userCount',
     name: '鎶ュ悕浜烘暟',
   },
   {
-    id: '8',
+    id: '11',
     enCode: 'applyBeginTime',
     name: '鎶ュ悕寮�濮�',
   },
   {
-    id: '9',
+    id: '12',
     enCode: 'applyEndTime',
     name: '鎶ュ悕缁撴潫',
   },
   {
-    id: '10',
+    id: '13',
     enCode: 'applyStatus',
     name: '鎶ュ悕鐘舵��',
   },
   {
-    id: '11',
+    id: '14',
     enCode: 'status',
     name: '浠诲姟鐘舵��',
   },
   {
-    id: '12',
+    id: '15',
     enCode: 'createdTime',
     name: '鍙戝竷鏃ユ湡',
   },
   {
-    id: '13',
+    id: '16',
     enCode: 'beginTime',
     name: '浠诲姟寮�濮嬫棩鏈�',
   },
   {
-    id: '14',
+    id: '17',
     enCode: 'endTime',
     name: '浠诲姟缁撴潫鏃ユ湡',
   },
   {
-    id: '15',
+    id: '18',
     enCode: 'releaseStatus',
     name: '鍙戝竷鐘舵��',
   },
@@ -197,7 +212,7 @@
   },
   {
     id: '8',
-    enCode: 'checkReceiveMethod',
+    enCode: 'checkReceiveMethods',
     name: '楠屾敹鏂瑰紡',
   },
   {

--
Gitblit v1.9.1