From 8b6b1f854ddb4d9a713cb36774b822a3967c233e Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 12 五月 2026 10:43:11 +0800
Subject: [PATCH] fix(financial): 修复月度收入数据显示问题
---
src/views/qualityManagement/processInspection/index.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index cad87aa..68eda91 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -95,6 +95,11 @@
prop: "checkTime",
width: 120
},
+ // {
+ // label: "鐢熶骇宸ュ崟鍙�",
+ // prop: "workOrderNo",
+ // width: 120
+ // },
{
label: "宸ュ簭",
prop: "process",
@@ -113,6 +118,10 @@
prop: "model",
},
{
+ label: "鍘氬害(mm)",
+ prop: "thickness",
+ },
+ {
label: "鍗曚綅",
prop: "unit",
},
--
Gitblit v1.9.3