From b9c361da3b0613c22f1d167c418d700254d5d209 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 26 三月 2026 17:54:57 +0800
Subject: [PATCH] 生产统计看板(部分开发)
---
src/views/productionManagement/productionReporting/index.vue | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 81ea100..2f30d64 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -89,9 +89,12 @@
const tableColumn = ref([
{
+ label: "鎶ュ伐缂栧彿",
+ prop: "productNo",
+ },
+ {
label: "鐢熶骇璁㈠崟鍙�",
prop: "npsNo",
- width: "150px",
},
{
label: "鐝粍",
@@ -105,20 +108,25 @@
{
label: "浜у搧缂栫爜",
prop: "materialCode",
- width: "150px",
},
{
label: "浜у搧鍚嶇О",
prop: "productName",
- width: "150px",
},
{
label: "瑙勬牸",
prop: "productModelName",
- width: "150px",
className: "productModelName-cell",
},
{
+ label: "寮哄害",
+ prop: "strength",
+ dataType: "tag",
+ formatType: params => {
+ return params == "A3.5" ? "primary" : "warning";
+ },
+ },
+ {
label: "浜у嚭鏂归噺",
prop: "totalQuantity",
width: "100px",
--
Gitblit v1.9.3