diff --git a/o2web/source/x_component_process_ProcessDesigner/Process.js b/o2web/source/x_component_process_ProcessDesigner/Process.js index a5bda26c528a1c90971e295efb5e7138411dc504..9532a51eecd8d801317edf49e56c0c40fba07d07 100644 --- a/o2web/source/x_component_process_ProcessDesigner/Process.js +++ b/o2web/source/x_component_process_ProcessDesigner/Process.js @@ -1684,9 +1684,12 @@ MWF.xApplication.process.ProcessDesigner.Process.Panel = new Class({ this.propertyListTab = new MWF.widget.Tab(this.propertyListContent, {"style": "moduleList"}); this.propertyListTab.load(); this.propertyTabPage = this.propertyListTab.addTab(this.propertyListNode, MWF.APPPD.LP.property, false); - this.objectTabPage = this.propertyListTab.addTab(this.jsonObjectNode, "JSON", false); this.stringTabPage = this.propertyListTab.addTab(this.jsonStringNode, "Text", false); + + + // this.propertyListTab.tabNodeContainerArea + // showAdvanced this.process.setScrollBar(this.propertyTabPage.contentNodeArea, "small", null, null); this.process.setScrollBar(this.objectTabPage.contentNodeArea, "small", null, null); diff --git a/o2web/source/x_component_process_ProcessDesigner/lp/zh-cn.js b/o2web/source/x_component_process_ProcessDesigner/lp/zh-cn.js index b6789a41b19d2fa77e42f0e34c65ad8a075b3801..7b851dba51a64a41ea8f26ec87c97f868cea2bdf 100644 --- a/o2web/source/x_component_process_ProcessDesigner/lp/zh-cn.js +++ b/o2web/source/x_component_process_ProcessDesigner/lp/zh-cn.js @@ -11,6 +11,7 @@ MWF.xApplication.process.ProcessDesigner.LP = { "property": "属性", "showJson": "查看JSON", "all" : "全部", + "showAdvanced": "显示高级属性", "phone": "手机", "mail": "邮件", @@ -179,4 +180,4 @@ MWF.xApplication.process.ProcessDesigner.LP = { "deleteEditionInfor": "删除选中的流程版本”{v}“,同时也会删除流程版本”{v}“的流转中实例。您确定要删除流程版本”{v}“吗?", } -}; \ No newline at end of file +};