From 33f3506c93c0b84f6abc165e7d22d2bae1c8fcb1 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 22:21:33 +0800
Subject: [PATCH] feat: 接口

---
 src/views/Home/components/BatchChangeRecordDetailDialog.vue |   36 ++++++++++++++++++++++++++----------
 1 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/src/views/Home/components/BatchChangeRecordDetailDialog.vue b/src/views/Home/components/BatchChangeRecordDetailDialog.vue
index 146a5fc..d020291 100644
--- a/src/views/Home/components/BatchChangeRecordDetailDialog.vue
+++ b/src/views/Home/components/BatchChangeRecordDetailDialog.vue
@@ -1,11 +1,7 @@
 <template>
   <ProDialog title="鎵规敼淇℃伅" v-model="innerVisible" width="1200px" destroy-on-close>
     <ProDialogTableWrapper :height="400">
-      <ProTableV2
-        :table-data="proTableProps.tableData"
-        :columns="column"
-        :show-operation-column="false"
-      >
+      <ProTableV2 v-bind="proTableProps" :columns="column" :show-operation-column="false">
         <template #changeType="{ row }"> {{ BatchChangeTypeEnumText[row.changeType] }}</template>
       </ProTableV2>
     </ProDialogTableWrapper>
@@ -57,31 +53,51 @@
   },
   {
     id: '4',
+    enCode: 'occupationType',
+    name: '鑱屼笟绫诲瀷',
+  },
+  {
+    id: '5',
+    enCode: 'occupationCode',
+    name: '鑱屼笟鐮佸��',
+  },
+  {
+    id: '6',
+    enCode: 'workEnterprise',
+    name: '鐢ㄥ伐鍗曚綅',
+  },
+  {
+    id: '7',
+    enCode: 'workAddress',
+    name: '鐢ㄥ伐鍦扮偣',
+  },
+  {
+    id: '8',
     enCode: 'workType',
     name: '闆囧憳宸ョ',
   },
   {
-    id: '5',
+    id: '9',
     enCode: 'gender',
     name: '鎬у埆',
   },
   {
-    id: '6',
+    id: '10',
     enCode: 'age',
     name: '骞撮緞',
   },
   {
-    id: '7',
+    id: '11',
     enCode: 'birthDay',
     name: '鍑虹敓鏃ユ湡',
   },
   {
-    id: '8',
+    id: '12',
     enCode: 'phoneNumber',
     name: '鐢佃瘽鍙风爜',
   },
   {
-    id: '9',
+    id: '13',
     enCode: 'modifyInfo',
     name: '淇敼鍐呭',
   },

--
Gitblit v1.9.1