exception.ts
650 Bytes
export default {
search: {
entityType: '资源类型',
actionType: '操作类型',
time: '创建时间',
},
operationalData: '操作数据',
failureInformation: '失败信息',
operationLogDetail: '操作日志详情',
exceptionLogList: '异常日志列表',
table: {
title: '异常日志列表',
detail: '详情',
tenantName: '租户名称',
customerName: '客户名称',
entityType: '资源类型',
entityName: '资源名称',
operators: '操作人员',
operationType: '操作类型',
operationStatus: '操作状态',
operationTime: '操作时间',
operation: '操作',
},
};