10.19
This commit is contained in:
125
src/lang/i18n/zh/module/teamManager.js
Normal file
125
src/lang/i18n/zh/module/teamManager.js
Normal file
@@ -0,0 +1,125 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-03-05 16:34:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-07-26 13:59:41
|
||||
* @Description:
|
||||
*/
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-03-08 11:04:54
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
Handover: {
|
||||
alertTitle: '[温馨提示]',
|
||||
alertListContent: '您确定要删除该班组交接记录吗?',
|
||||
alertPlanContent: '您确定要删除该班组交接计划吗?',
|
||||
index: '序号',
|
||||
TeamName: '班组名称',
|
||||
TeamLeader: '班组长',
|
||||
WorkingHours: '上班时间',
|
||||
OffWorkTime: '下班时间',
|
||||
LastTeamName: '上一班组名称',
|
||||
Keyword: '关键字',
|
||||
HandoverTme: '交接时间',
|
||||
HandoverStatus: '交接状态',
|
||||
TeamWorkStatus: '交接状态',
|
||||
CreateTime: '添加时间',
|
||||
PlanWorkingHours: '计划上班时间',
|
||||
PlannedHandoverTime: '计划交接时间',
|
||||
PreviousTeamLeader: '上一班组长',
|
||||
Remark: '备注',
|
||||
Detail: '详情',
|
||||
Placeholder: '班组名称或班组长',
|
||||
Operation: '操作',
|
||||
StartTime: '开始日期',
|
||||
EndTime: '结束日期',
|
||||
To: '至'
|
||||
},
|
||||
HandoverAdd: {
|
||||
SelectAll: '全选',
|
||||
TeamPlanFill: '班组计划填写',
|
||||
FillInShift: '班组交接填写',
|
||||
MajorSelection: '专业选择',
|
||||
SelectionOfTeamMembers: '班组人员选择',
|
||||
Placeholder: '员工名称或编码',
|
||||
planWorkerName: '员工姓名',
|
||||
planProfessionName: '专业',
|
||||
telephone: '手机号',
|
||||
workshop: '所属车间',
|
||||
onDuty: '状态',
|
||||
HandoverTeam: '交接班组',
|
||||
HandoverTeamLeader: '交接班组长',
|
||||
PlanTeam: '计划班组',
|
||||
PlanTeamLeader: '计划班组长'
|
||||
},
|
||||
HandoverDrawer: {
|
||||
title: '下班操作',
|
||||
TeamCommutingRecord: '班组上下班记录',
|
||||
OffHours: '下班时间段'
|
||||
},
|
||||
showLog: {
|
||||
content: '详细描述',
|
||||
type: '事件类型',
|
||||
title: '标题',
|
||||
teamEventLogId: '报警ID',
|
||||
happenTime: '发生时间'
|
||||
},
|
||||
shift: {
|
||||
shift: '交接班计划操作',
|
||||
shiftDetail: '交接班计划详情',
|
||||
planTime: '计划交接时间段',
|
||||
onlineTime: '计划交接时间',
|
||||
offlineTime: '计划下班时间',
|
||||
team: '班次',
|
||||
teamName: '班次名称',
|
||||
teamCode: '班次编码',
|
||||
lineOrProcess: '产线/工序',
|
||||
lineOrProcessCode: '产线/工序编码',
|
||||
handoverTeam: '交接班组',
|
||||
handoverMonitor: '交接班组长',
|
||||
handoverTeamCode: '交接班组编码',
|
||||
handoverPreTeam: '上一交接班组',
|
||||
handoverPreMonitor: '上一交接班组长',
|
||||
handoverPreTeamCode: '上一交接班组编码',
|
||||
status: '状态',
|
||||
detail: '详情',
|
||||
remark: '备注',
|
||||
finish: '完成',
|
||||
waiting: '等待',
|
||||
errorImport: '请检查您的录入是否完整!',
|
||||
readMore: '详细'
|
||||
},
|
||||
teamInfo: {
|
||||
shift: '交接班计划操作',
|
||||
planHandoverTime: '交接时间',
|
||||
team: '班次',
|
||||
className: '班次名称',
|
||||
classCode: '班次编码',
|
||||
lineOrProcess: '产线/工序',
|
||||
lineOrProcessCode: '产线/工序编码',
|
||||
planTeamName: '交接班组',
|
||||
planTeamLeader: '交接班组长',
|
||||
planPreTeamName: '上一交接班组',
|
||||
planPreTeamLeader: '上一交接班组长',
|
||||
status: '状态',
|
||||
detail: '详情',
|
||||
remark: '备注',
|
||||
workStatus: '工作状态',
|
||||
onlineTime: '上班时间',
|
||||
offlineTime: '下班时间',
|
||||
online: '上班',
|
||||
offline: '下班',
|
||||
planPreTeamStartTime: '开始时间',
|
||||
planPreTeamEndTime: '结束时间',
|
||||
productionSituation: '生产情况',
|
||||
productNum: '生产数量',
|
||||
scrapNum: '报废数量',
|
||||
productSquare: '生产平方数',
|
||||
rate: '合格率(%)',
|
||||
productLine: '产线'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user