From 821654a01ff1cf87b46e4f1d451d024e7a7cd6d5 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 26 八月 2024 14:07:16 +0800
Subject: [PATCH] 更新属性名称
---
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditChangeLossSetting/Component_pnlContent.def | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditChangeLossSetting/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditChangeLossSetting/Component_pnlContent.def
index fe76392..44c4b7d 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditChangeLossSetting/Component_pnlContent.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditChangeLossSetting/Component_pnlContent.def
@@ -28,6 +28,7 @@
Properties:
[
DataBinding: 'dhDialogData.Data.Unit'
+ DisplayField: 'Name'
Label: 'Unit'
Taborder: 0
]
@@ -55,6 +56,7 @@
Properties:
[
DataBinding: 'dhDialogData.Data.ProductFirst'
+ DisplayField: 'Name'
Label: 'Product1'
Taborder: 1
]
@@ -82,6 +84,7 @@
Properties:
[
DataBinding: 'dhDialogData.Data.ProductSecond'
+ DisplayField: 'Name'
Label: 'Product2'
Taborder: 2
]
@@ -94,6 +97,7 @@
[
DataBinding: 'dhDialogData.Data.ChangeLossNr'
Label: 'Change loss number'
+ Min: '0'
Taborder: 3
]
}
--
Gitblit v1.9.3