From 7edeca2ed3587a88d7f94cacf05e49c8db610fb0 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 10 十月 2024 17:54:26 +0800
Subject: [PATCH] 发动机物流成本部分bug处理

---
 _Main/UI/MacroPlannerWebApp/Views/Change_loss_setting_view.vw |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Views/Change_loss_setting_view.vw b/_Main/UI/MacroPlannerWebApp/Views/Change_loss_setting_view.vw
index 3bafc0d..5a964f4 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/Change_loss_setting_view.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/Change_loss_setting_view.vw
@@ -78,14 +78,14 @@
               subtotals: ''
               width: 150
             }
-            column_ChangeLossNumber
+            column_ShowChangeLossNumber
             {
-              columnId: 'ChangeLossNumber'
-              dataPath: 'ChangeLossNumber'
-              dataType: 'real'
+              columnId: 'ShowChangeLossNumber'
+              dataPath: 'ShowChangeLossNumber'
+              dataType: 'string'
               index: 5
               subtotals: ''
-              width: 183
+              width: 150
             }
           }
         }

--
Gitblit v1.9.3