From 1273cbc1079a978ad30b607411823d53014f02d1 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 25 三月 2026 09:57:45 +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