一单四制优化及加入工作流
This commit is contained in:
58
components/hazardDetail/processChainLabels.js
Normal file
58
components/hazardDetail/processChainLabels.js
Normal file
@@ -0,0 +1,58 @@
|
||||
export const CHAIN_LABELS = {
|
||||
loading: '加载中...',
|
||||
empty: '暂无流程记录',
|
||||
personnelSuffix: '人员:',
|
||||
hazardCode: '隐患编号',
|
||||
hazardTitle: '隐患标题',
|
||||
checkSource: '检查形式',
|
||||
hazardSource: '隐患来源',
|
||||
hazardArea: '隐患区域',
|
||||
address: '位置描述',
|
||||
hazardLevel: '隐患等级',
|
||||
hazardTag: '隐患标签',
|
||||
description: '问题描述',
|
||||
hazardAttachments: '隐患附件',
|
||||
legalBasis: '参考法规',
|
||||
assigneeName: '指定整改责任人',
|
||||
assignDeadline: '指定整改截至日期',
|
||||
assignStatus: '交办状态',
|
||||
rectifyStatus: '整改状态',
|
||||
rectifyPlan: '整改方案',
|
||||
rectifyResult: '整改结果',
|
||||
rectifyMeasures: '整改措施',
|
||||
controlMeasures: '管控措施',
|
||||
rectifierName: '整改责任人',
|
||||
managerNames: '管理人员',
|
||||
memberNames: '整改成员',
|
||||
planCost: '预计费用',
|
||||
actualCost: '实际费用',
|
||||
rectifyAttachments: '整改附件',
|
||||
rectifySign: '整改签字',
|
||||
verifyResult: '验收结果',
|
||||
pass: '通过',
|
||||
verifyRemark: '验收备注',
|
||||
verifyAttachments: '验收附件',
|
||||
verifySign: '验收签字',
|
||||
writeoffDeadline: '整改时限',
|
||||
responsibleDept: '治理责任单位',
|
||||
responsiblePerson: '主要负责人',
|
||||
mainTreatment: '主要治理内容',
|
||||
treatmentResult: '治理完成内容',
|
||||
selfVerify: '自行验收情况',
|
||||
applySign: '申请签字',
|
||||
approvalOpinion: '审批意见',
|
||||
approvalComment: '意见说明',
|
||||
smsReminder: '短信提醒',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
approvalSign: '审批签字',
|
||||
attachmentFallback: '附件',
|
||||
yuan: '元'
|
||||
};
|
||||
|
||||
export const LEVEL_NAME_CLASS_MAP = {
|
||||
一般: 'level-normal',
|
||||
一般隐患: 'level-normal',
|
||||
重大: 'level-major',
|
||||
重大隐患: 'level-major'
|
||||
};
|
||||
Reference in New Issue
Block a user