From 8994e585d37575ef6df49f083ed23796a85a4113 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 08 十二月 2025 15:13:06 +0800
Subject: [PATCH] fix: bug
---
src/views/Reward/constants/columns.ts | 38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/src/views/Reward/constants/columns.ts b/src/views/Reward/constants/columns.ts
index 86b1089..1e0e28a 100644
--- a/src/views/Reward/constants/columns.ts
+++ b/src/views/Reward/constants/columns.ts
@@ -68,14 +68,26 @@
width: 180,
},
{
+ id: '11-1',
+ enCode: 'incomeCompanyName',
+ name: '杩涜处鍗曚綅',
+ width: 180,
+ },
+ {
id: '12',
- enCode: 'remianAmount',
+ enCode: 'bountyAmount',
name: '璧勯噾浣欓',
width: 120,
},
{
+ id: '12-1',
+ enCode: 'auditOperator',
+ name: '瀹℃牳浜�',
+ width: 180,
+ },
+ {
id: '13',
- enCode: 'a',
+ enCode: 'auditTime',
name: '瀹℃牳鏃堕棿',
width: 180,
},
@@ -84,7 +96,7 @@
export const ImportParkBountyDataHeaderMap = {
enterpriseName: '浼佷笟鍚嶇О',
societyCreditCode: '淇$敤浠g爜',
- financeToAmount: '璐㈡斂鎷ㄤ粯閲戦',
+ financeToAmount: '鎺ㄥ箍琛ヨ创鍙戞斁閲戦',
transferToAmount: '骞冲彴鎷ㄤ粯閲戦',
remark: '澶囨敞',
};
@@ -145,26 +157,38 @@
width: 160,
},
{
+ id: '11-1',
+ enCode: 'incomeCompanyName',
+ name: '杩涜处鍗曚綅',
+ width: 180,
+ },
+ {
id: '10',
- enCode: 'tradeTime',
+ enCode: 'auditTime',
name: '鍑鸿处瀹℃牳鏃ユ湡',
width: 180,
},
{
id: '11',
- enCode: 'remianAmount',
+ enCode: 'bountyAmount',
name: '璧勯噾浣欓',
width: 160,
},
{
id: '12',
- enCode: 'auditStatus',
+ enCode: 'financeAuditStatus',
name: '璐㈠姟瀹℃牳鐘舵��',
width: 160,
},
{
+ id: '12-1',
+ enCode: 'financeAuditOperator',
+ name: '瀹℃牳浜�',
+ width: 180,
+ },
+ {
id: '13',
- enCode: 'a',
+ enCode: 'financeAuditTime',
name: '瀹℃牳鏃堕棿',
width: 180,
},
--
Gitblit v1.9.1