oak-domain/lib/entities/Log.js

33 lines
717 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '日志',
attr: {
entity: '关联对象',
entityId: '关联对象ID',
iState: '状态'
},
action: {
undo: '回滚',
redo: '重做',
},
v: {
iState: {
normal: '正常的',
rollbacked: '已回滚',
}
}
},
},
style: {
icon: {
undo: '',
redo: '',
},
},
};