From f5d6db2a9edfb82bbdb1ce5688c00df7dc101e83 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期日, 08 十月 2023 14:10:36 +0800 Subject: [PATCH] Merge branch 'dev' into dev_yx --- _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