From 5c243d9d05da668a32b1bc9a4f543ea081488d11 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:08:03 +0800
Subject: [PATCH] feat 功能变更

---
 src/views/crm/receivable/components/data.ts |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/src/views/crm/receivable/components/data.ts b/src/views/crm/receivable/components/data.ts
index 7f97853..4aa273b 100644
--- a/src/views/crm/receivable/components/data.ts
+++ b/src/views/crm/receivable/components/data.ts
@@ -1,6 +1,6 @@
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 
-import { DICT_TYPE } from '../../../../packages/constants/src';
+import { DICT_TYPE } from '@vben/constants';
 
 /** 璇︽儏鍒楄〃鐨勫瓧娈� */
 export function useDetailListColumns(): VxeTableGridOptions['columns'] {
@@ -51,16 +51,6 @@
       title: '澶囨敞',
       field: 'remark',
       minWidth: 150,
-    },
-    {
-      title: '鍥炴鐘舵��',
-      field: 'auditStatus',
-      minWidth: 100,
-      fixed: 'right',
-      cellRender: {
-        name: 'CellDict',
-        props: { type: DICT_TYPE.CRM_AUDIT_STATUS },
-      },
     },
     {
       title: '鎿嶄綔',

--
Gitblit v1.9.3