diff --git a/src/mes/teamInfo/index.js b/src/mes/teamInfo/index.js index 7d50830..6864049 100644 --- a/src/mes/teamInfo/index.js +++ b/src/mes/teamInfo/index.js @@ -557,7 +557,8 @@ const TeamInfo = baseProps => { const foreman = commonFunc.showLocalMessage(props, 'foreman', '领班'); const ClearOut = commonFunc.showLocalMessage(props, 'ClearOut', '清空'); - + const dayShift = commonFunc.showLocalMessage(props, 'dayShift', '白班'); + const nightShift = commonFunc.showLocalMessage(props, 'nightShift', '夜班'); return (
@@ -598,9 +599,9 @@ const TeamInfo = baseProps => { {props.app.userinfo?.sShift == "1" - ? "白班" + ? dayShift : props.app.userinfo?.sShift == "2" - ? "夜班" + ? nightShift : ""}