From 2c481728b4016a9c603946ff053278d4eedf47e0 Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期三, 26 八月 2026 10:21:28 +0800
Subject: [PATCH] feat[customerFile]: 隐藏客户档案跟进相关列与操作按钮

---
 src/views/basicData/customerFile/index.vue |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 7091a02..c314cd8 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -738,16 +738,16 @@
       prop: "contactPhone",
       width: 150,
     },
-    {
-      label: "璺熻繘杩涘害",
-      prop: "followUpLevel",
-      width: 120,
-    },
-    {
-      label: "璺熻繘鏃堕棿",
-      prop: "followUpTime",
-      width: 120,
-    },
+    // {
+    //   label: "璺熻繘杩涘害",
+    //   prop: "followUpLevel",
+    //   width: 120,
+    // },
+    // {
+    //   label: "璺熻繘鏃堕棿",
+    //   prop: "followUpTime",
+    //   width: 120,
+    // },
     {
       label: "閾惰鍩烘湰鎴�",
       prop: "basicBankAccount",
@@ -795,7 +795,7 @@
       label: "鎿嶄綔",
       align: "center",
       fixed: "right",
-      width: 290,
+      width: 130,
       operation: [
         {
           name: "缂栬緫",
@@ -804,20 +804,20 @@
             openForm("edit", row);
           },
         },
-				{
-					name: "娣诲姞娲借皥杩涘害",
-					type: "text",
-					clickFun: row => {
-						openNegotiationDialog(row);
-					},
-				},
-        {
-          name: "鍥炶鎻愰啋",
-          type: "text",
-          clickFun: row => {
-            openReminderDialog(row);
-          },
-        },
+				// {
+				// 	name: "娣诲姞娲借皥杩涘害",
+				// 	type: "text",
+				// 	clickFun: row => {
+				// 		openNegotiationDialog(row);
+				// 	},
+				// },
+        // {
+        //   name: "鍥炶鎻愰啋",
+        //   type: "text",
+        //   clickFun: row => {
+        //     openReminderDialog(row);
+        //   },
+        // },
 				{
 					name: "璇︽儏",
 					type: "text",

--
Gitblit v1.9.3