From 2a916df0471ae2e468096b258eb87d913dcc33a0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 10 十一月 2025 11:08:38 +0800
Subject: [PATCH] 生产管控-支持生产工序定制化

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

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 42a0c4f..f9e0435 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -235,6 +235,16 @@
 		prop: "process",
 	},
 	{
+		label: "鍙e懗鍒嗙被",
+		prop: "type",
+		width: 150,
+	},
+	{
+		label: "鎹熻��",
+		prop: "loss",
+		width: 150,
+	},
+	{
 		label: "鎺掍骇鏁伴噺",
 		prop: "schedulingNum",
 		width: 100,
@@ -249,6 +259,11 @@
 		prop: "pendingFinishNum",
 		width: 100,
 	},
+	{
+		label: "澶囨敞",
+		prop: "remark",
+		width: 200,
+	},
 ]);
 const tableData = ref([]);
 const selectedRows = ref([]);

--
Gitblit v1.9.3