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

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

上级 38c11443
......@@ -8,7 +8,7 @@
<template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<span>属性项</span>
<app-preset-caption>自定义布局表单多媒体测试</app-preset-caption>
</template>
</app-simpleflex-container>
</template>
......
......@@ -6,7 +6,7 @@
<template #container2>
<app-standard-container name="container2" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<span>属性项</span>
<app-preset-caption>(测试布局面板)</app-preset-caption>
</template>
</app-standard-container>
</template>
......
......@@ -8,7 +8,7 @@
<template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #view_pagecaption>
<span>属性项</span>
<app-preset-caption>(测试视图布局面板)</app-preset-caption>
</template>
</app-simpleflex-container>
</template>
......
......@@ -27,7 +27,7 @@
<template #container1>
<app-simpleflex-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #app_apptitle>
<span>属性项</span>
<app-preset-title />
</template>
</app-simpleflex-container>
</template>
......
......@@ -12,10 +12,10 @@
<template #container_scroll_main1>
<app-scroll-container name="container_scroll_main1" :layoutModelDetails="layoutModelDetails">
<template #app_apptitle>
<span>属性项</span>
<app-preset-title />
</template>
<template #view_pagecaption>
<span>属性项</span>
<app-preset-caption>测试12231</app-preset-caption>
</template>
<template #static_label2>
<app-preset-text
......@@ -34,7 +34,6 @@
contentStyle=""/>
</template>
<template #field_text_dynamic>
<span>属性项</span>
</template>
<template #field_switch>
<span>属性项</span>
......
......@@ -7,13 +7,13 @@
<template #container1>
<app-standard-container name="container1" :layoutModelDetails="layoutModelDetails">
<template #userid>
<span>属性项</span>
<app-login-input v-model="formData.loginName" icon="ios-contact" :placeholder="$t('components.login.placeholder1')" />
</template>
<template #auth_password>
<span>属性项</span>
<app-login-input v-model="formData.password" icon="ios-key" :placeholder="$t('components.login.placeholder2')" />
</template>
<template #auth_orgpick>
<span>属性项</span>
<app-login-org />
</template>
<template #auth_loginbutton1>
<app-login-button class="app-login-login" type='primary' :caption="$t('components.login.name')" @itemClick="handleItemClick" />
......@@ -31,10 +31,10 @@
<app-login-captcha />
</template>
<template #auth_verificationcode>
<span>属性项</span>
<app-login-note-verify />
</template>
<template #auth_loginmsg>
<span>属性项</span>
<app-login-message />
</template>
<template #auth_sso1>
<app-login-third />
......
......@@ -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: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (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: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册