提交 e6ad11ef 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'cherry-pick-e0175aab' into 'feature/process_advanced_attr'

隐藏流程高级属性

See merge request o2oa/o2oa!2012
......@@ -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);
......
......@@ -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
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册