From 1a5a8be205641f5f79dd809f6c7e59fc84d76243 Mon Sep 17 00:00:00 2001 From: yunchai <yunying.chai@capgemini.com> Date: 星期日, 08 十月 2023 09:11:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev' --- _Main/UI/MacroPlannerWebApp/Component_DialogBusinessType/Component_pnlContent.def | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogBusinessType/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogBusinessType/Component_pnlContent.def index b6cdcbb..07b8549 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogBusinessType/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogBusinessType/Component_pnlContent.def @@ -12,10 +12,35 @@ Properties: [ DataBinding: 'DataHolderBusinessType.Data.BusinessTypeName' - Label: 'Business Type Name' + Description: '浜嬩笟閮ㄥ悕绉拌緭鍏�' + Label: '浜嬩笟閮ㄥ悕绉�' Taborder: 0 ] } + Component editScenarioName + { + #keys: '[412960.0.275480603]' + BaseType: 'WebEditField' + Properties: + [ + DataBinding: 'DataHolderBusinessType.Data.ScenarioName' + Description: '鍦烘櫙鍚嶇О缂栬緫' + Label: '鍦烘櫙鍚嶇О' + Taborder: 1 + ] + } + Component editDisplayType + { + #keys: '[412960.0.278321833]' + BaseType: 'WebEditField' + Properties: + [ + DataBinding: 'DataHolderBusinessType.Data.DisplayType' + Description: '鏄剧ず绫诲瀷缂栬緫' + Label: '鏄剧ず绫诲瀷' + Taborder: 2 + ] + } ] Properties: [ -- Gitblit v1.9.3