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

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

diff --git a/src/views/FinanceManage/constants/columns.ts b/src/views/FinanceManage/constants/columns.ts
index 6141d38..ab116f7 100644
--- a/src/views/FinanceManage/constants/columns.ts
+++ b/src/views/FinanceManage/constants/columns.ts
@@ -1,68 +1,5 @@
 import { defineColumns } from '@bole-core/components';
 
-export const DistributionDetailColumns = defineColumns([
-  {
-    id: '1',
-    enCode: 'supplierEnterpriseName',
-    name: '渚涘簲鍟�',
-  },
-  {
-    id: '2',
-    enCode: 'taskName',
-    name: '鎵�灞炰换鍔�',
-  },
-  {
-    id: '3',
-    enCode: 'taskCode',
-    name: '浠诲姟鍗曞彿',
-  },
-  {
-    id: '4',
-    enCode: 'settlementCode',
-    name: '缁撶畻鍗曞彿',
-  },
-  // {
-  //   id: '3',
-  //   enCode: 'settlementOrderName',
-  //   name: '缁撶畻鍗曞悕绉�',
-  // },
-  {
-    id: '5',
-    enCode: 'receiveName',
-    name: '濮撳悕',
-  },
-  // {
-  //   id: '5',
-  //   enCode: 'receiveAccount',
-  //   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',

--
Gitblit v1.9.1