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

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

上级 0d14ddea
<template>
<i-button :type="type" :size="size" :disabled="disabled" @click="handleClick">
<i-button class="app-button" :type="type" :size="size" :disabled="disabled" @click="handleClick">
<i v-if="showIcon" :class="{[iconClass ? iconClass : '']: true, 'app-button__icon': true}"></i>
<span v-if="showCaption" class="app-button__caption">
{{caption}}
......
.app-form-group {
margin: 10px 0;
.app-form-group-caption {
padding-left: 20px;
}
......
......@@ -31,4 +31,11 @@
padding: 20px 38px 0 38px;
background-color: var(--app-color-gray-400);
}
.copyright-notice {
height: 100px;
text-align: center;
.notice {
padding-top: 10px;
}
}
}
\ No newline at end of file
......@@ -16,6 +16,9 @@
</content>
<footer class="index-view-footer">
<slot name="footer"></slot>
<div class="copyright-notice">
<div class="notice">Copyright 1999-2021 Ernst & Young. All Rights Reserved.</div>
</div>
</footer>
</layout>
</template>
......
......@@ -3,7 +3,7 @@
font-size: 16px;
padding: 0;
height: 54px;
font-weight: bold;
font-weight: 700;
display: flex;
align-items: center;
color: var(--app-color-black);
......
......@@ -639,7 +639,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -675,7 +675,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -712,7 +712,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: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2DataViewMode
* @memberof Usr2Dataviewexpbar_dataviewMode
*/
public getDataItems(): any[] {
return [
......@@ -40,17 +40,6 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1742,7 +1742,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -847,7 +847,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -741,7 +741,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -314,7 +314,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -322,7 +322,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -336,7 +336,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -1288,7 +1288,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -333,7 +333,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -490,7 +490,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -429,7 +429,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -318,7 +318,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -738,7 +738,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -322,7 +322,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......@@ -1189,7 +1189,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -981,7 +981,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -334,7 +334,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -334,7 +334,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -333,7 +333,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -334,7 +334,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -347,7 +347,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -347,7 +347,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -438,7 +438,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -1213,7 +1213,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -438,7 +438,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -1120,7 +1120,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -340,7 +340,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -340,7 +340,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -340,7 +340,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -362,7 +362,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -318,7 +318,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -333,7 +333,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -339,7 +339,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -318,7 +318,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -329,7 +329,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -320,7 +320,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -318,7 +318,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
......@@ -319,7 +319,7 @@
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"imagePath" : "ivu-icon ivu-icon-ios-battery-dead"
"glyph" : "ivu-icon ivu-icon-ios-battery-dead"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册