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

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

上级 10e3c358
......@@ -1193,8 +1193,6 @@ export default {
tip: "数据导入",
},
},
usr2editviewtoolbar_toolbar: {
},
sgridview2toolbar_toolbar: {
tbitem3: {
caption: "New",
......
......@@ -1192,8 +1192,6 @@ export default {
tip: "数据导入",
},
},
usr2editviewtoolbar_toolbar: {
},
sgridview2toolbar_toolbar: {
tbitem3: {
caption: "新建",
......
<template>
<div class="view-container deeditview ibizorder-usr2-edit-view">
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizorderusr2editview"></app-studioaction>
<card class='view-card view-no-caption ' :disHover="true" :bordered="false">
<card class='view-card view-no-caption view-no-toolbar' :disHover="true" :bordered="false">
<div slot='title' class="header-container">
<div class='toolbar-container'>
</div>
</div>
<div class='view-top-messages'>
<app-alert-group position='TOP' :context="context" :viewparam="viewparams" infoGroup='VMGroup21' viewname='ibizorderusr2editview'></app-alert-group> </div>
......@@ -211,7 +207,6 @@ export default class IBIZOrderUsr2EditViewBase extends Vue {
* @memberof IBIZOrderUsr2EditViewBase
*/
public containerModel: any = {
view_toolbar: { name: 'toolbar', type: 'TOOLBAR' },
view_form: { name: 'form', type: 'FORM' },
wflinks: [],
};
......@@ -252,15 +247,6 @@ export default class IBIZOrderUsr2EditViewBase extends Vue {
* @memberof IBIZOrderUsr2EditViewBase
*/
public viewState: Subject<ViewState> = new Subject();
/**
* 工具栏模型
*
* @type {*}
* @memberof IBIZOrderUsr2EditView
*/
public toolBarModels: any = {
};
......
......@@ -8,19 +8,5 @@
.ibizorder-usr2-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
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册