Commit 8b1ba9f1 by zhangleyuan

feat:处理文案提示

parent 6436cf14
...@@ -472,12 +472,12 @@ function EmployeeManage() { ...@@ -472,12 +472,12 @@ function EmployeeManage() {
添加员工 添加员工
</Button> </Button>
<Button className="update-user-btn" onClick={()=>{updateListData()}}>更新列表数据</Button> <Button className="update-user-btn" onClick={()=>{updateListData()}}>更新列表数据</Button>
<span className="origin-text">数据来源企业微信通讯录</span> <span className="origin-text">系统实时同步企业微信可见范围的员工信息,如需修改请前往企微管理后台通讯录中操作</span>
<a <a
href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#" href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#"
target="_blank" target="_blank"
> >
<span className="view-text">查看数据更新说明</span> <span className="view-text">查看说明</span>
</a> </a>
</> </>
} }
......
...@@ -363,7 +363,7 @@ function DepartMentTabCon(props) { ...@@ -363,7 +363,7 @@ function DepartMentTabCon(props) {
href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#" href="https://www.yuque.com/docs/share/8c66333f-ed62-469d-909e-b36389a115ea?#"
target="_blank" target="_blank"
> >
<span className="view-text">【查看说明】</span> <span className="view-text">查看说明</span>
</a> </a>
</div> </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