From 452c4d364caaa8dea35825ed1dcbee744f64edab Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 16 一月 2026 11:20:24 +0800
Subject: [PATCH] fix: 添加字段每件数量/支改成每盒数量/支

---
 src/views/productionManagement/productionOrder/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index bce7a87..f35670a 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -78,6 +78,20 @@
 		width:300
 	},
 	{
+		label: "鐢熶骇鐘舵��",
+		prop: "status",
+		dataType: "tag",
+		formatType: (params) => {
+			if (params == '鏈畬鎴�') {
+				return "danger";
+			} else if (params == '宸插畬鎴�') {
+				return "success";
+			} else {
+				return null;
+			}
+		},
+	},
+	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",
 		width: 160,

--
Gitblit v1.9.3