28 lines
617 B
JavaScript
28 lines
617 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '提现途径',
|
|
attr: {
|
|
entity: '关联对象',
|
|
entityId: '关联对象Id',
|
|
enabled: '是否启用',
|
|
system: '所属系统'
|
|
},
|
|
action: {
|
|
enable: '启用',
|
|
disable: '停用',
|
|
}
|
|
},
|
|
},
|
|
style: {
|
|
icon: {
|
|
enable: '',
|
|
disable: '',
|
|
}
|
|
},
|
|
};
|