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

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

上级 106d0167
......@@ -1601,7 +1601,7 @@
},
"ibizbookinterfunceditview": {
"title": "图书编辑视图(内置功能)",
"caption": "图书",
"caption": "编辑表单内置功能",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView",
......
......@@ -211,7 +211,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书数据视图",null),
},
interfunceditview: {
caption: commonLogic.appcommonhandle("图书",null),
caption: commonLogic.appcommonhandle("编辑表单内置功能",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
},
usr3dataview: {
......
......@@ -211,7 +211,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书数据视图",null),
},
interfunceditview: {
caption: commonLogic.appcommonhandle("图书",null),
caption: commonLogic.appcommonhandle("编辑表单内置功能",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
},
usr3dataview: {
......
......@@ -407,16 +407,6 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
sf2editviewtoolbar_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),
},
},
usr2gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
......
......@@ -407,16 +407,6 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
sf2editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
usr2gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
......
......@@ -28,7 +28,7 @@ export default class ViewMsgMessageServiceBase extends ViewMessageService {
this.name = "默认数据类型";
this.codename = "ViewMsg";
this.title = "";
this.content = "本示例展示实体属性数据类型的默认呈现组件";
this.content = "本示例展示实体属性数据类型的默认呈现组件";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -28,7 +28,7 @@ export default class ViewMsg2MessageServiceBase extends ViewMessageService {
this.name = "默认编辑器类型";
this.codename = "ViewMsg2";
this.title = "";
this.content = "本示例展示各类编辑器的呈现样式";
this.content = "本示例展示各类编辑器的呈现样式";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -28,7 +28,7 @@ export default class ViewMsg46MessageServiceBase extends ViewMessageService {
this.name = "日历导航--默认";
this.codename = "ViewMsg46";
this.title = "";
this.content = "本示例展示日历导航的内置功能,包含搜索栏、部件工具栏、导航关系等";
this.content = "本示例展示日历导航的内置功能,包含搜索栏、部件工具栏、导航关系等";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -28,7 +28,7 @@ export default class ViewMsg65MessageServiceBase extends ViewMessageService {
this.name = "扩展编辑器";
this.codename = "ViewMsg65";
this.title = "";
this.content = "本示例展示扩展编辑器的呈现样式";
this.content = "本示例展示扩展编辑器的呈现样式";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -28,7 +28,7 @@ export default class ViewMsg66MessageServiceBase extends ViewMessageService {
this.name = "编辑器插件示例";
this.codename = "ViewMsg66";
this.title = "";
this.content = "该示例展示编辑器的自定义插件";
this.content = "该示例展示编辑器的自定义插件";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -28,7 +28,7 @@ export default class ViewMsg67MessageServiceBase extends ViewMessageService {
this.name = "微服务组件";
this.codename = "ViewMsg67";
this.title = "";
this.content = "本示例展示微服务组件";
this.content = "本示例展示微服务组件";
this.closeMode = 0;
this.position = "TOP";
this.type = "error";
......
......@@ -1609,7 +1609,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
},
"ibizbookinterfunceditview": {
"title": "图书编辑视图(内置功能)",
"caption": "图书",
"caption": "编辑表单内置功能",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView",
......
......@@ -8,20 +8,5 @@
.ibizsample0001-sf2-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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册