From 27f846dc2415f9a962c09e45b5447ad0f9106e2b Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 16 十月 2025 17:07:03 +0800 Subject: [PATCH] fix: s --- src/views/Reward/constants/columns.ts | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/src/views/Reward/constants/columns.ts b/src/views/Reward/constants/columns.ts index 86b1089..c2d188b 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, }, @@ -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