提交 c7c83606 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 776e8c59
...@@ -1591,6 +1591,14 @@ ...@@ -1591,6 +1591,14 @@
"viewname": "IBIZBOOKGridExpView", "viewname": "IBIZBOOKGridExpView",
"viewtag": "e8777dd0c1ad16060fed5e7ed2380cc7" "viewtag": "e8777dd0c1ad16060fed5e7ed2380cc7"
}, },
"ibizbookganttview": {
"title": "图书甘特视图",
"caption": "图书",
"viewtype": "DEGANTTVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKGanttView",
"viewtag": "e92ac401e96f4e17763322eca8355c30"
},
"ibizbookusr2dataview": { "ibizbookusr2dataview": {
"title": "图书数据视图(自动分组)", "title": "图书数据视图(自动分组)",
"caption": "图书", "caption": "图书",
......
...@@ -196,6 +196,10 @@ export default { ...@@ -196,6 +196,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书表格导航视图", title: "图书表格导航视图",
}, },
ganttview: {
caption: "图书",
title: "图书甘特视图",
},
usr2dataview: { usr2dataview: {
caption: "图书", caption: "图书",
title: "图书数据视图(自动分组)", title: "图书数据视图(自动分组)",
...@@ -636,6 +640,11 @@ export default { ...@@ -636,6 +640,11 @@ export default {
remove: "Remove", remove: "Remove",
}, },
}, },
usr_gantt: {
nodata:"",
uiactions: {
},
},
treetable_treegridex: { treetable_treegridex: {
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -195,6 +195,10 @@ export default { ...@@ -195,6 +195,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书表格导航视图", title: "图书表格导航视图",
}, },
ganttview: {
caption: "图书",
title: "图书甘特视图",
},
usr2dataview: { usr2dataview: {
caption: "图书", caption: "图书",
title: "图书数据视图(自动分组)", title: "图书数据视图(自动分组)",
...@@ -635,6 +639,11 @@ export default { ...@@ -635,6 +639,11 @@ export default {
remove: "删除", remove: "删除",
}, },
}, },
usr_gantt: {
nodata:"",
uiactions: {
},
},
treetable_treegridex: { treetable_treegridex: {
nodata:"", nodata:"",
uiactions: { uiactions: {
......
...@@ -1599,6 +1599,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -1599,6 +1599,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZBOOKGridExpView", "viewname": "IBIZBOOKGridExpView",
"viewtag": "e8777dd0c1ad16060fed5e7ed2380cc7" "viewtag": "e8777dd0c1ad16060fed5e7ed2380cc7"
}, },
"ibizbookganttview": {
"title": "图书甘特视图",
"caption": "图书",
"viewtype": "DEGANTTVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKGanttView",
"viewtag": "e92ac401e96f4e17763322eca8355c30"
},
"ibizbookusr2dataview": { "ibizbookusr2dataview": {
"title": "图书数据视图(自动分组)", "title": "图书数据视图(自动分组)",
"caption": "图书", "caption": "图书",
......
...@@ -137,6 +137,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -137,6 +137,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'usr3dataview',srfappde:'ibizbooks',component:'ibizbookusr3-data-view'}); this.allViewMap.set(':',{viewname:'usr3dataview',srfappde:'ibizbooks',component:'ibizbookusr3-data-view'});
this.allViewMap.set(':',{viewname:'updatedefaultgridview',srfappde:'ibizbooks',component:'ibizbookupdate-default-grid-view'}); this.allViewMap.set(':',{viewname:'updatedefaultgridview',srfappde:'ibizbooks',component:'ibizbookupdate-default-grid-view'});
this.allViewMap.set(':',{viewname:'gridexpview',srfappde:'ibizbooks',component:'ibizbookgrid-exp-view'}); this.allViewMap.set(':',{viewname:'gridexpview',srfappde:'ibizbooks',component:'ibizbookgrid-exp-view'});
this.allViewMap.set(':',{viewname:'ganttview',srfappde:'ibizbooks',component:'ibizbookgantt-view'});
this.allViewMap.set(':',{viewname:'usr2dataview',srfappde:'ibizbooks',component:'ibizbookusr2-data-view'}); this.allViewMap.set(':',{viewname:'usr2dataview',srfappde:'ibizbooks',component:'ibizbookusr2-data-view'});
this.allViewMap.set(':',{viewname:'groupbycodelistlistview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-list-view'}); this.allViewMap.set(':',{viewname:'groupbycodelistlistview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-list-view'});
this.allViewMap.set(':',{viewname:'optionview',srfappde:'ibizbooks',component:'ibizbookoption-view'}); this.allViewMap.set(':',{viewname:'optionview',srfappde:'ibizbooks',component:'ibizbookoption-view'});
......
...@@ -2731,7 +2731,7 @@ export default class MainMenuBase extends Vue implements ControlInterface { ...@@ -2731,7 +2731,7 @@ export default class MainMenuBase extends Vue implements ControlInterface {
} }
/** /**
* 功能名称 * 实体多表单编辑视图
* *
* @param {*} [item={}] * @param {*} [item={}]
* @memberof MainMenu * @memberof MainMenu
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册