From 2174f758e8a963964198e092f0d528ef1ae9b81e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 22 七月 2025 09:59:05 +0800
Subject: [PATCH] feat: 页面
---
src/views/Reward/constants/columns.ts | 68 ++++++++++++++++++++++++++++++++++
src/views/Reward/FinancialApproval.vue | 4 +-
2 files changed, 70 insertions(+), 2 deletions(-)
diff --git a/src/views/Reward/FinancialApproval.vue b/src/views/Reward/FinancialApproval.vue
index 59c2461..465ca53 100644
--- a/src/views/Reward/FinancialApproval.vue
+++ b/src/views/Reward/FinancialApproval.vue
@@ -47,7 +47,7 @@
</ProTableQueryFilterBar>
<ProTableV2
v-bind="proTableProps"
- :columns="RewardApplyTradeCheckColumns"
+ :columns="FinancialApprovalColumns"
:operationBtns="operationBtns"
>
</ProTableV2>
@@ -84,7 +84,7 @@
import { ModelValueType } from 'element-plus';
import RewardApplyTradeCheckDialog from './components/RewardApplyTradeCheckDialog.vue';
import { convertApi2FormUrlOnlyOne, format } from '@/utils';
-import { RewardApplyTradeCheckColumns } from './constants';
+import { FinancialApprovalColumns } from './constants';
import { useIndustrialParkDropDownList } from '@/hooks/industrialPark';
defineOptions({
diff --git a/src/views/Reward/constants/columns.ts b/src/views/Reward/constants/columns.ts
index 0aac26b..8fbb5fa 100644
--- a/src/views/Reward/constants/columns.ts
+++ b/src/views/Reward/constants/columns.ts
@@ -87,3 +87,71 @@
transferToAmount: '骞冲彴鎷ㄤ粯閲戦',
remark: '澶囨敞',
};
+
+export const FinancialApprovalColumns = defineColumns([
+ {
+ id: '1',
+ enCode: 'userName',
+ name: '甯愬彿',
+ },
+ {
+ id: '2',
+ enCode: 'enterpriseName',
+ name: '浼佷笟鍚嶇О',
+ },
+ {
+ id: '3',
+ enCode: 'societyCreditCode',
+ name: '淇$敤浠g爜',
+ },
+ {
+ id: '4',
+ enCode: 'contactPhone',
+ name: '鐢佃瘽',
+ },
+ {
+ id: '5',
+ enCode: 'authType',
+ name: '浼佷笟绫诲瀷',
+ },
+ {
+ id: '6',
+ enCode: 'parkName',
+ name: '鎵�灞炲洯鍖�',
+ },
+ {
+ id: '7',
+ enCode: 'parkTypeName',
+ name: '鍥尯绫诲瀷',
+ },
+ {
+ id: '8',
+ enCode: 'payRemark',
+ name: '娑堣垂绫诲瀷',
+ },
+ {
+ id: '9',
+ enCode: 'tradeAmount',
+ name: '鐢宠鍑鸿处閲戦',
+ },
+ {
+ id: '10',
+ enCode: 'tradeTime',
+ name: '鍑鸿处瀹℃牳鏃ユ湡',
+ },
+ {
+ id: '11',
+ enCode: 'remianAmount',
+ name: '璧勯噾浣欓',
+ },
+ {
+ id: '12',
+ enCode: 'auditStatus',
+ name: '璐㈠姟瀹℃牳鐘舵��',
+ },
+ {
+ id: '13',
+ enCode: 'a',
+ name: '瀹℃牳鏃堕棿',
+ },
+]);
--
Gitblit v1.9.1