From 8a82ce3065d6169480afb3403a4854fb64078c46 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 23 十月 2025 22:20:24 +0800
Subject: [PATCH] Merge branch 'dev-2.2.3' of http://120.26.58.240:8888/r/JYBIndependentFront into dev-2.2.3
---
src/views/Home/components/BatchChangeRecordDetailDialog.vue | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/src/views/Home/components/BatchChangeRecordDetailDialog.vue b/src/views/Home/components/BatchChangeRecordDetailDialog.vue
index 146a5fc..cd1a350 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>
@@ -56,6 +52,26 @@
name: '韬唤璇佸彿',
},
{
+ id: '3',
+ enCode: 'occupationType',
+ name: '鑱屼笟绫诲瀷',
+ },
+ {
+ id: '3',
+ enCode: 'occupationCode',
+ name: '鑱屼笟鐮佸��',
+ },
+ {
+ id: '3',
+ enCode: 'workEnterprise',
+ name: '鐢ㄥ伐鍗曚綅',
+ },
+ {
+ id: '3',
+ enCode: 'workAddress',
+ name: '鐢ㄥ伐鍦扮偣',
+ },
+ {
id: '4',
enCode: 'workType',
name: '闆囧憳宸ョ',
--
Gitblit v1.9.1