fastlion-amis
Version:
一种MIS页面生成工具
20 lines (19 loc) • 692 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUSINESS_STATUS_STYLE = exports.FLOWACTION_LEVEL_STYLE = void 0;
exports.FLOWACTION_LEVEL_STYLE = {
success: ['#15bc83'],
primary: ['#3574ee'],
danger: ['#f25643'],
warning: ['#ffad14']
};
exports.BUSINESS_STATUS_STYLE = {
success: ['#15bc83', '审核通过'],
doing: ['#3574ee', '正在处理'],
revert: ['#3574ee', '审核撤销'],
reject: ['#f25643', '审核驳回'],
refuse: ['#f25643', '审核拒绝'],
addSign: ['#fa8c16', '添加加签人员'],
none: ['#b6b6b6', '未定义']
};
//# sourceMappingURL=./components/Mobileprocess/type.js.map
;