From 19f2e3bdbe04e7ea79c6a0bdc8c7318d4837b189 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 28 五月 2026 17:36:45 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_pro_山西_晋和园
---
src/views/customerService/feedbackRegistration/index.vue | 27 +++------------------------
1 files changed, 3 insertions(+), 24 deletions(-)
diff --git a/src/views/customerService/feedbackRegistration/index.vue b/src/views/customerService/feedbackRegistration/index.vue
index bcbb326..9a70ca7 100644
--- a/src/views/customerService/feedbackRegistration/index.vue
+++ b/src/views/customerService/feedbackRegistration/index.vue
@@ -112,7 +112,6 @@
</div>
<form-dia ref="formDia"
@close="handleQuery"></form-dia>
- <view-dia ref="viewDia"></view-dia>
</div>
</template>
@@ -127,7 +126,6 @@
nextTick,
} from "vue";
import FormDia from "@/views/customerService/feedbackRegistration/components/formDia.vue";
- import ViewDia from "@/views/customerService/components/viewDia.vue";
import { ElMessageBox } from "element-plus";
import {
afterSalesServiceDelete,
@@ -151,14 +149,14 @@
{
icon: markRaw(FolderOpened),
count: 0,
- label: "寰呭鐞�",
+ label: "宸插鐞�",
color: "#ff9a2e",
bgColor: "#fff5e6",
},
{
icon: markRaw(UserFilled),
count: 0,
- label: "宸插鐞�",
+ label: "宸插畬鎴�",
color: "#00b42a",
bgColor: "#e6f7ed",
},
@@ -257,15 +255,6 @@
align: "center",
},
{
- label: "鏁伴噺",
- prop: "productModelQuantities",
- align: "center",
- formatData: params => {
- if (!params) return "0";
- return String(params).split(',').reduce((sum, val) => sum + (Number(val) || 0), 0);
- }
- },
- {
label: "瀹㈡埛璇夋眰",
prop: "proDesc",
width: 300,
@@ -280,16 +269,7 @@
dataType: "action",
label: "鎿嶄綔",
fixed: "right",
- width: 180,
- align: "center",
operation: [
- {
- name: "璇︽儏",
- type: "text",
- clickFun: row => {
- viewDia.value?.openDialog(row);
- },
- },
{
name: "缂栬緫",
type: "text",
@@ -327,10 +307,9 @@
selectedRows.value = selection;
};
const formDia = ref();
- const viewDia = ref();
// 瀛楀吀鑾峰彇
- /*
+ /*
post_sale_waiting_list 鏂板鐨勫敭鍚庡垎绫�
degree_of_urgency 鏂板鐨勭揣鎬ョ▼搴�
work_order_status 涓婚〉鐨勫伐鍗曠姸鎬�
--
Gitblit v1.9.3