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

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

上级 34a33236
......@@ -35,20 +35,18 @@
<template #container4>
<app-simpleflex-container name="container4" :layoutModelDetails="layoutModelDetails">
<template #static_label1>
<span>直接内容</span>
</template>
<template #static_image1>
<span>直接内容</span>
<span>这里放图片</span>
</template>
</app-simpleflex-container>
</template>
<template #container5>
<app-simpleflex-container name="container5" :layoutModelDetails="layoutModelDetails">
<template #static_label2>
<span>直接内容</span>
</template>
<template #static_image2>
<span>直接内容</span>
<span>这里放图片</span>
</template>
</app-simpleflex-container>
</template>
......@@ -59,17 +57,15 @@
<template #container6>
<app-simpleflex-container name="container6" :layoutModelDetails="layoutModelDetails">
<template #static_label3>
<span>直接内容</span>
</template>
<template #static_carousel1>
<span>直接内容</span>
<span>这里放轮播图</span>
</template>
</app-simpleflex-container>
</template>
<template #container7>
<app-simpleflex-container name="container7" :layoutModelDetails="layoutModelDetails">
<template #static_label4>
<span>直接内容</span>
</template>
<template #field_carousel>
<span>属性项</span>
......@@ -81,10 +77,9 @@
<template #container8>
<app-standard-container name="container8" :layoutModelDetails="layoutModelDetails">
<template #static_label5>
<span>直接内容</span>
</template>
<template #static_videoplayer1>
<span>直接内容</span>
<span>这里放视频</span>
</template>
</app-standard-container>
</template>
......
......@@ -621,7 +621,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -657,7 +657,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public loadDraft(opt: any = {},mode?:string): void {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册