From 39a0dc276d7a567548b314a94b5f812c6a8b1d17 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 30 十月 2025 16:59:09 +0800
Subject: [PATCH] fix: 3.4.2.10
---
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