From f7f063d23290f7ab62b564279e0be9de66e49b84 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 27 三月 2026 10:37:48 +0800
Subject: [PATCH] fix: 修正发货数量表格列标签为"已发货数量"
---
src/views/customerService/feedbackRegistration/components/formDia.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/customerService/feedbackRegistration/components/formDia.vue b/src/views/customerService/feedbackRegistration/components/formDia.vue
index 08161fd..b7e5eca 100644
--- a/src/views/customerService/feedbackRegistration/components/formDia.vue
+++ b/src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -233,7 +233,7 @@
{ label: "蹇�掑叕鍙�", prop: "expressCompany", width: 140 },
{ label: "蹇�掑崟鍙�", prop: "expressNumber", width: 160 },
{ label: "鍙戣揣鏃ユ湡", prop: "shippingDate", minWidth: 100, align: "center" },
- { label: "鏁伴噺", prop: "quantity", width: 100 },
+ { label: "宸插彂璐ф暟閲�", prop: "quantity", width: 100 },
{ label: "绋庣巼(%)", prop: "taxRate", width: 100 },
{
label: "鍚◣鍗曚环(鍏�)",
--
Gitblit v1.9.3