From cc4ba693a3aba5d8dcd7442345bad58090dddc6d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 20 四月 2026 14:49:16 +0800
Subject: [PATCH] fix: 小数点保留四位,采购订单及产品入库状态展示
---
src/views/procurementManagement/procurementReport/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/procurementManagement/procurementReport/index.vue b/src/views/procurementManagement/procurementReport/index.vue
index 93eb7d9..748f237 100644
--- a/src/views/procurementManagement/procurementReport/index.vue
+++ b/src/views/procurementManagement/procurementReport/index.vue
@@ -115,6 +115,10 @@
prop: 'specificationModel',
},
{
+ label: '鍘氬害(mm)',
+ prop: 'thickness',
+ },
+ {
label: '閲囪喘鏁伴噺',
prop: 'purchaseNum',
width: 120,
--
Gitblit v1.9.3