From 10089efc8a1417e20f741259d839883abf30d1c2 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 13:34:50 +0800
Subject: [PATCH] feat: 1.3.0.2

---
 src/views/FinanceManage/constants/columns.ts |  126 ------------------------------------------
 1 files changed, 0 insertions(+), 126 deletions(-)

diff --git a/src/views/FinanceManage/constants/columns.ts b/src/views/FinanceManage/constants/columns.ts
index 728b4e8..2dafec6 100644
--- a/src/views/FinanceManage/constants/columns.ts
+++ b/src/views/FinanceManage/constants/columns.ts
@@ -1,63 +1,5 @@
 import { defineColumns } from '@bole-core/components';
 
-export const DistributionDetailColumns = defineColumns([
-  {
-    id: '1',
-    enCode: 'enterpriseName',
-    name: '鎵�灞炲鎴�',
-  },
-  {
-    id: '2',
-    enCode: 'taskName',
-    name: '鎵�灞炰换鍔�',
-  },
-  {
-    id: '3',
-    enCode: 'taskCode',
-    name: '浠诲姟鍗曞彿',
-  },
-  {
-    id: '4',
-    enCode: 'settlementCode',
-    name: '缁撶畻鍗曞彿',
-  },
-  {
-    id: '5',
-    enCode: 'receiveName',
-    name: '濮撳悕',
-  },
-  // {
-  //   id: '3',
-  //   enCode: 'settlementOrderName',
-  //   name: '缁撶畻鍗曞悕绉�',
-  // },
-  {
-    id: '6',
-    enCode: 'settlementAccess',
-    name: '缁撶畻鏂瑰紡',
-  },
-  {
-    id: '7',
-    enCode: 'receiveAccount',
-    name: '缁撶畻璐︽埛',
-  },
-  {
-    id: '8',
-    enCode: 'amount',
-    name: '缁撶畻閲戦',
-  },
-  {
-    id: '9',
-    enCode: 'settlementStatus',
-    name: '缁撶畻鐘舵��',
-  },
-  {
-    id: '10',
-    enCode: 'settlementTime',
-    name: '缁撶畻鏃ユ湡',
-  },
-]);
-
 export const UsageDetailColumns = defineColumns([
   {
     id: '1',
@@ -78,73 +20,5 @@
     id: '4',
     enCode: 'name',
     name: '璐圭敤锛堝厓锛�',
-  },
-]);
-
-export const BalanceManageColumns = defineColumns([
-  {
-    id: '1',
-    enCode: 'access',
-    name: '璐︽埛绫诲瀷',
-  },
-  {
-    id: '2',
-    enCode: 'identity',
-    name: '鎴峰彿',
-  },
-  {
-    id: '3',
-    enCode: 'balance',
-    name: '璐︽埛浣欓',
-  },
-]);
-
-export const BalanceManageDetailColumns = defineColumns([
-  {
-    id: '1',
-    enCode: 'sendTime',
-    name: '鍙戞斁鏃ユ湡',
-  },
-  {
-    id: '2',
-    enCode: 'code',
-    name: '娴佹按鍙�',
-  },
-  {
-    id: '3',
-    enCode: 'transactionStatus',
-    name: '鐘舵��',
-    width: 120,
-  },
-  {
-    id: '4',
-    enCode: 'amount',
-    name: '閲戦',
-    width: 120,
-  },
-  {
-    id: '5',
-    enCode: 'receiveName',
-    name: '鏀舵浜�',
-  },
-  {
-    id: '6',
-    enCode: 'receiveIdentity',
-    name: '韬唤璇佸彿',
-  },
-  {
-    id: '7',
-    enCode: 'receiveAccount',
-    name: '鏀舵浜鸿处鎴�',
-  },
-  {
-    id: '8',
-    enCode: 'transDate',
-    name: '鎻愮幇鏃ユ湡',
-  },
-  {
-    id: '9',
-    enCode: 'ereceiptDownloadOssUrl',
-    name: '鐢靛瓙鍥炲崟',
   },
 ]);

--
Gitblit v1.9.1