From 6c0711ef3200ebcb2bdd35b9826eebcd02e2aec7 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 26 三月 2026 16:59:00 +0800
Subject: [PATCH] fix: 将表格列标签从“出库数量”更正为“发货数量”

---
 src/views/customerService/feedbackRegistration/components/formDia.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/customerService/feedbackRegistration/components/formDia.vue b/src/views/customerService/feedbackRegistration/components/formDia.vue
index 71cd167..08161fd 100644
--- a/src/views/customerService/feedbackRegistration/components/formDia.vue
+++ b/src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -232,7 +232,6 @@
   },
   { label: "蹇�掑叕鍙�", prop: "expressCompany", width: 140 },
   { label: "蹇�掑崟鍙�", prop: "expressNumber", width: 160 },
-  { label: "鍙戣揣杞︾墝", prop: "shippingCarNumber", minWidth: 100, align: "center" },
   { label: "鍙戣揣鏃ユ湡", prop: "shippingDate", minWidth: 100, align: "center" },
   { label: "鏁伴噺", prop: "quantity", width: 100 },
   { label: "绋庣巼(%)", prop: "taxRate", width: 100 },

--
Gitblit v1.9.3