Browse Source

修改

master
deartibers 2 years ago
parent
commit
4a6f3d183c
  1. BIN
      web/client/assets/images/hrImg/setUp.png
  2. 2
      web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

BIN
web/client/assets/images/hrImg/setUp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

2
web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

@ -163,7 +163,7 @@ const employeeInformation = (props) => {
key: "departmrnt", key: "departmrnt",
render: (_, r, index) => { render: (_, r, index) => {
return ( return (
<div> <div style={{ display: 'flex' }}>
{ {
r.departmrnt.map((ite, idx) => { r.departmrnt.map((ite, idx) => {
let departmentsArr = [] let departmentsArr = []

Loading…
Cancel
Save