Commit f7b93d7a by wufan

Merge branch 'feature/yuananting/20210801/task-center' into rc

parents e3353176 963e3708
......@@ -432,7 +432,7 @@ function EmployeeManage() {
})}
</div>
{(User.getUserRole() === 'CloudManager' || User.getUserRole() === 'StoreManager') &&
<>
<div>
<Button
onClick={() => {
handleToAddEmployee();
......@@ -450,7 +450,7 @@ function EmployeeManage() {
>
<span className="view-text">查看说明</span>
</a>
</>
</div>
}
</div>
<LimitTip type="员工" total={realTotal} tip={()=>{return (<div>数据为当前学院的员工数,若员工存在多个学院,企业人数只统计为1人</div>)}}/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment