From fdd6bb96d8aad1ab796ce10038d170b47a19f661 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 13 十一月 2025 13:45:41 +0800
Subject: [PATCH] 1.排班管理-班次、加一个午休时间(h)、人员多选、人员从用户管理获取,加一条列表也只展示一条 2.薪资管理-只要,人员、薪资、月份三个字段

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

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 42a0c4f..1724e6d 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -227,12 +227,27 @@
 		width: 150,
 	},
 	{
+		label: "缁戝畾鏈哄櫒",
+		prop: "speculativeTradingName",
+		width: 220,
+	},
+	{
 		label: "鍗曚綅",
 		prop: "unit",
 	},
 	{
 		label: "宸ュ簭",
 		prop: "process",
+	},
+	{
+		label: "鍙e懗鍒嗙被",
+		prop: "type",
+		width: 150,
+	},
+	{
+		label: "鎹熻��",
+		prop: "loss",
+		width: 150,
 	},
 	{
 		label: "鎺掍骇鏁伴噺",
@@ -249,6 +264,11 @@
 		prop: "pendingFinishNum",
 		width: 100,
 	},
+	{
+		label: "澶囨敞",
+		prop: "remark",
+		width: 200,
+	},
 ]);
 const tableData = ref([]);
 const selectedRows = ref([]);

--
Gitblit v1.9.3