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

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

上级 75e37953
......@@ -56,6 +56,8 @@
<template #container4>
<app-simpleflex-container name="container4" :layoutModelDetails="layoutModelDetails">
<template #static_label1>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -64,10 +66,12 @@
contentStyle=""/>
</template>
<template #static_image1>
<span> 进入Item里了</span>
<span> type:STATIC_IMAGE</span>
<app-rawitem-image
type="STATIC_IMAGE"
cssStyle=""
imgurl="SA.SRFDA.PS.Core.Res.PSSysImageImpl@249c5abf"
imgurl="SA.SRFDA.PS.Core.Res.PSSysImageImpl@423fc091"
imageClass="fa fa-maxcdn"
>
</app-rawitem-image>
......@@ -77,6 +81,8 @@
<template #container5>
<app-simpleflex-container name="container5" :layoutModelDetails="layoutModelDetails">
<template #static_label2>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -96,6 +102,8 @@
<template #container6>
<app-simpleflex-container name="container6" :layoutModelDetails="layoutModelDetails">
<template #static_label3>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -104,12 +112,19 @@
contentStyle=""/>
</template>
<template #static_carousel1>
<span> 进入Item里了</span>
<span> type:STATIC_CAROUSEL</span>
<app-rawitem-carousel>
</app-rawitem-carousel>
</template>
</app-simpleflex-container>
</template>
<template #container7>
<app-simpleflex-container name="container7" :layoutModelDetails="layoutModelDetails">
<template #static_label4>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -127,6 +142,8 @@
<template #container8>
<app-standard-container name="container8" :layoutModelDetails="layoutModelDetails">
<template #static_label5>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -135,6 +152,8 @@
contentStyle=""/>
</template>
<template #static_videoplayer1>
<span> 进入Item里了</span>
<span> type:STATIC_VIDEOPLAYER</span>
<span>这里放视频</span>
</template>
</app-standard-container>
......
......@@ -15,6 +15,8 @@
<template #container_scroll_main1>
<app-scroll-container name="container_scroll_main1" :layoutModelDetails="layoutModelDetails">
<template #nav_pos1>
<span> 进入Item里了</span>
<span> type:NAV_POS</span>
<app-nav-pos name="nav_pos1" :layoutModelDetails="layoutModelDetails" :navData="layoutModelDetails['nav_pos1'].navData"></app-nav-pos>
</template>
</app-scroll-container>
......
......@@ -2,6 +2,8 @@
<template>
<div class="app-view-layout" style="height: '100%'; width: '100%';'display': 'flex'; 'flex-direction': 'column';">
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -18,6 +20,8 @@
<app-preset-caption>测试12231</app-preset-caption>
</template>
<template #static_label2>
<span> 进入Item里了</span>
<span> type:STATIC_LABEL</span>
<app-preset-text
predefinedType="STATIC_LABEL"
renderMode="PARAGRAPH"
......@@ -26,6 +30,8 @@
contentStyle=""/>
</template>
<template #static_text1>
<span> 进入Item里了</span>
<span> type:STATIC_TEXT</span>
<app-preset-text
predefinedType="STATIC_TEXT"
renderMode="TEXT"
......
......@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -699,7 +699,7 @@ export default class DefaultBase 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: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册