diff --git a/web/client/src/sections/humanAffairs/containers/personnelFiles.jsx b/web/client/src/sections/humanAffairs/containers/personnelFiles.jsx index 56f6e6e..7d50b2d 100644 --- a/web/client/src/sections/humanAffairs/containers/personnelFiles.jsx +++ b/web/client/src/sections/humanAffairs/containers/personnelFiles.jsx @@ -25,6 +25,7 @@ const Rest = (props) => { vacate: '请假', inOffice: '在岗', dayoff: '放假', + rest: '休息中', } let [typeChoose, setTypeChoose] = useState(''); useEffect(() => {