From cb07563b69fc86095db2825df1340c47ba3f8f84 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 12 十一月 2025 18:01:04 +0800
Subject: [PATCH] 新疆-生产流程定制化
---
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