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

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

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