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

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

上级 f1632470
......@@ -1272,7 +1272,7 @@
"viewtag": "b038c48269316664e5b48380a879fd99"
},
"ibizsample0001sf6editview": {
"title": "示例实体01编辑视图(编辑器扩展)",
"title": "扩展编辑器",
"caption": "示例实体01编辑视图(编辑器扩展)",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
......@@ -1800,8 +1800,8 @@
"viewtag": "efbe72fe207c5bb7ada28b278a9ea920"
},
"ibizsample0001usr3editview": {
"title": "自定义扩展编辑器",
"caption": "示例实体01",
"title": "编辑器插件示例",
"caption": "编辑器插件示例",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZSample0001Usr3EditView",
......
......@@ -35,6 +35,9 @@
"VMGroup75":[
{"tag":"ViewMsg74","position":"TOP","type":"ERROR"}
],
"VMGroup69":[
{"tag":"ViewMsg67","position":"TOP","type":"ERROR"}
],
"VMGroup92":[
{"tag":"ViewMsg91","position":"TOP","type":"ERROR"}
],
......
......@@ -77,7 +77,7 @@ function getLocaleResourceBase(){
},
sf6editview: {
caption: commonLogic.appcommonhandle("示例实体01编辑视图(编辑器扩展)",null),
title: commonLogic.appcommonhandle("示例实体01编辑视图(编辑器扩展)",null),
title: commonLogic.appcommonhandle("扩展编辑器",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("示例实体01",null),
......@@ -88,8 +88,8 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("IBIZSAMPLE0001表格视图",null),
},
usr3editview: {
caption: commonLogic.appcommonhandle("示例实体01",null),
title: commonLogic.appcommonhandle("自定义扩展编辑器",null),
caption: commonLogic.appcommonhandle("编辑器插件示例",null),
title: commonLogic.appcommonhandle("编辑器插件示例",null),
},
},
main4_form: {
......
......@@ -77,7 +77,7 @@ function getLocaleResourceBase(){
},
sf6editview: {
caption: commonLogic.appcommonhandle("示例实体01编辑视图(编辑器扩展)",null),
title: commonLogic.appcommonhandle("示例实体01编辑视图(编辑器扩展)",null),
title: commonLogic.appcommonhandle("扩展编辑器",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("示例实体01",null),
......@@ -88,8 +88,8 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("IBIZSAMPLE0001表格视图",null),
},
usr3editview: {
caption: commonLogic.appcommonhandle("示例实体01",null),
title: commonLogic.appcommonhandle("自定义扩展编辑器",null),
caption: commonLogic.appcommonhandle("编辑器插件示例",null),
title: commonLogic.appcommonhandle("编辑器插件示例",null),
},
},
main4_form: {
......
......@@ -136,16 +136,6 @@ function getLocaleResourceBase(){
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
......
......@@ -136,16 +136,6 @@ function getLocaleResourceBase(){
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......
......@@ -87,8 +87,8 @@ export class MessageServiceRegister {
this.allMessageService.set('ViewMsg43', () => import('@/message/view-msg43/view-msg43-message'));
this.allMessageService.set('ViewMsg15', () => import('@/message/view-msg15/view-msg15-message'));
this.allMessageService.set('ViewMsg5', () => import('@/message/view-msg5/view-msg5-message'));
this.allMessageService.set('ViewMsg67', () => import('@/message/view-msg67/view-msg67-message'));
this.allMessageService.set('ViewMsg46', () => import('@/message/view-msg46/view-msg46-message'));
this.allMessageService.set('ViewMsg67', () => import('@/message/view-msg67/view-msg67-message'));
this.allMessageService.set('ViewMsg16', () => import('@/message/view-msg16/view-msg16-message'));
this.allMessageService.set('ViewMsg42', () => import('@/message/view-msg42/view-msg42-message'));
this.allMessageService.set('ViewMsg39', () => import('@/message/view-msg39/view-msg39-message'));
......
......@@ -1280,7 +1280,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "b038c48269316664e5b48380a879fd99"
},
"ibizsample0001sf6editview": {
"title": "示例实体01编辑视图(编辑器扩展)",
"title": "扩展编辑器",
"caption": "示例实体01编辑视图(编辑器扩展)",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
......@@ -1808,8 +1808,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "efbe72fe207c5bb7ada28b278a9ea920"
},
"ibizsample0001usr3editview": {
"title": "自定义扩展编辑器",
"caption": "示例实体01",
"title": "编辑器插件示例",
"caption": "编辑器插件示例",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZSample0001Usr3EditView",
......@@ -1978,6 +1978,9 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup75":[
{"tag":"ViewMsg74","position":"TOP","type":"ERROR"}
],
"VMGroup69":[
{"tag":"ViewMsg67","position":"TOP","type":"ERROR"}
],
"VMGroup92":[
{"tag":"ViewMsg91","position":"TOP","type":"ERROR"}
],
......
......@@ -8,20 +8,5 @@
.micro-component-edit-view{
position: relative;
}
.toolbar-container {
button {
margin: 6px 0px 4px 4px;
.caption {
margin-left: 4px;
}
}
.seperator {
color: #dcdee2;
margin: 0 0px 0 4px;
}
}
// this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册