From b2b1ba0ec2e5c45cf4f37b0fcea6e23fe36f9b47 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 20 三月 2025 11:24:40 +0800
Subject: [PATCH] feat: init

---
 src/views/Home/constants/index.ts |   25 +++----------------------
 1 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/src/views/Home/constants/index.ts b/src/views/Home/constants/index.ts
index f55dcfe..f6f7668 100644
--- a/src/views/Home/constants/index.ts
+++ b/src/views/Home/constants/index.ts
@@ -1,17 +1,10 @@
 import { defineColumns } from '@bole-core/components';
-import { AppType, isJYB } from '@/constants';
 
 export const HomeColumns = defineColumns([
   {
     id: '1',
     enCode: 'channel',
     name: '娓犻亾',
-    width: 160,
-  },
-  AppType === 'rz' && {
-    id: '2',
-    enCode: 'salesmanName',
-    name: '涓氬姟鍛樺鍚�',
     width: 160,
   },
   {
@@ -44,7 +37,7 @@
     name: '瀹為檯宸ヤ綔鍗曚綅',
     width: 160,
   },
-  isJYB && {
+  {
     id: '8',
     enCode: 'workAddress',
     name: '鐢ㄥ伐鍦扮偣',
@@ -74,13 +67,13 @@
     name: '鎶曚繚鏂规',
     width: 160,
   },
-  isJYB && {
+  {
     id: '13',
     enCode: 'insuranceType',
     name: '鎶曚繚鏂瑰紡',
     width: 160,
   },
-  (AppType === 'rz' || isJYB) && {
+  {
     id: '14',
     enCode: 'orderNo',
     name: '淇濆崟鍙�',
@@ -102,18 +95,6 @@
     id: '17',
     enCode: 'age',
     name: '骞撮緞',
-    width: 160,
-  },
-  AppType !== 'other' && {
-    id: '18',
-    enCode: 'idCardCheckResult',
-    name: '韬唤璇佹牎楠�',
-    width: 160,
-  },
-  AppType !== 'other' && {
-    id: '19',
-    enCode: 'idCardRepeatResult',
-    name: '韬唤璇佹槸鍚﹂噸澶�',
     width: 160,
   },
   {

--
Gitblit v1.9.1