From c7aebff7f6184b2d8da2669d2db5656e2bc09ec4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 15:49:45 +0800
Subject: [PATCH] 湟水峡 1.反馈登记删减字段 2.售后服务字段匹配错误问题

---
 src/views/customerService/afterSalesHandling/index.vue |   76 +++++++++++++++++++-------------------
 1 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/src/views/customerService/afterSalesHandling/index.vue b/src/views/customerService/afterSalesHandling/index.vue
index 57cc2eb..a932130 100644
--- a/src/views/customerService/afterSalesHandling/index.vue
+++ b/src/views/customerService/afterSalesHandling/index.vue
@@ -153,18 +153,18 @@
 const workOrderStatusOptions = computed(() => work_order_status?.value || []);
 
 const tableColumn = ref([
-	{
-    label: "宸ュ崟缂栧彿",
-    prop:"afterSalesServiceNo",
-    width: 150,
-    align: "center"
-  },
-  {
-    label: "閿�鍞崟鍙�",
-    prop:"salesContractNo",
-    width: 150,
-    align: "center"
-  },
+	// {
+  //   label: "宸ュ崟缂栧彿",
+  //   prop:"afterSalesServiceNo",
+  //   width: 150,
+  //   align: "center"
+  // },
+  // {
+  //   label: "閿�鍞崟鍙�",
+  //   prop:"salesContractNo",
+  //   width: 150,
+  //   align: "center"
+  // },
   {
     label: "澶勭悊鐘舵��",
     prop: "status",
@@ -201,32 +201,32 @@
     prop: "checkNickName",
     align: "center"
   },
-  {
-    label: "绱ф�ョ▼搴�",
-    prop: "urgency",
-    // 鏍规嵁degreeOfUrgencyOptions瀛楀吀鍘昏嚜鍔ㄥ尮閰�
-    formatData: (params) => {
-      if (params) {
-        const item = degreeOfUrgencyOptions.value.find(item => item.value === params);
-        return item?.label || params;
-      }
-      return null;
-    },
-    align: "center"
-  },
-  {
-    label: "鍞悗绫诲瀷",
-    prop: "serviceType",
-    // 鏍规嵁classificationOptions瀛楀吀鍘昏嚜鍔ㄥ尮閰�
-    formatData: (params) => {
-      if (params) {
-        const item = classificationOptions.value.find(item => item.value === params);
-        return item?.label || params;
-      }
-      return null;
-    },
-    align: "center"
-  },
+  // {
+  //   label: "绱ф�ョ▼搴�",
+  //   prop: "urgency",
+  //   // 鏍规嵁degreeOfUrgencyOptions瀛楀吀鍘昏嚜鍔ㄥ尮閰�
+  //   formatData: (params) => {
+  //     if (params) {
+  //       const item = degreeOfUrgencyOptions.value.find(item => item.value === params);
+  //       return item?.label || params;
+  //     }
+  //     return null;
+  //   },
+  //   align: "center"
+  // },
+  // {
+  //   label: "鍞悗绫诲瀷",
+  //   prop: "serviceType",
+  //   // 鏍规嵁classificationOptions瀛楀吀鍘昏嚜鍔ㄥ尮閰�
+  //   formatData: (params) => {
+  //     if (params) {
+  //       const item = classificationOptions.value.find(item => item.value === params);
+  //       return item?.label || params;
+  //     }
+  //     return null;
+  //   },
+  //   align: "center"
+  // },
 	{
     label: "闂鎻忚堪",
     prop: "proDesc",

--
Gitblit v1.9.3