Sfoglia il codice sorgente

隐藏流程高级属性

(cherry picked from commit e0175aab17913c5539a89a060b598b894a979fa3)
huqi 5 anni fa
parent
commit
2467b87fc5

+ 4 - 1
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);

+ 2 - 1
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}“吗?",
 	}
 
-};
+};