From 8b6ff786d159653465217614d7db0a4a6857b02c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 05 十一月 2025 09:09:51 +0800
Subject: [PATCH] 生产订单-加一个订单状态-已完成、未完成

---
 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..9928d46 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