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

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

上级 7d69e234
......@@ -1351,7 +1351,7 @@ export default class IBIZBOOKUsr6GridViewBase extends Vue {
}
const view: any = {
viewname: 'ibizbookoption-view',
height: 1000,
height: 800,
width: 1000,
title: this.$t('entities.ibizbook.views.optionview.title'),
};
......
......@@ -2134,7 +2134,7 @@ export default class MainMenuBase extends Vue implements ControlInterface {
const view = {
viewname: 'ibizbookoption-view',
title: (this.$t('entities.ibizbook.views.optionview.title') as any),
height: 1000,
height: 800,
width: 1000,
};
const appmodal = this.$appmodal.openModal(view, JSON.parse(JSON.stringify(this.context)),viewparam);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册