Commit cce6f9a2 by wufan Committed by zhangleyuan

fix:文案优化

parent 2cc2f18b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zhangleyuan * @Author: zhangleyuan
* @Date: 2020-11-27 15:06:31 * @Date: 2020-11-27 15:06:31
* @LastEditors: zhangleyuan * @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-22 15:26:00 * @LastEditTime: 2020-12-22 15:28:00
* @Description: 描述一下 * @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -131,7 +131,7 @@ function PersonalInfoPage() { ...@@ -131,7 +131,7 @@ function PersonalInfoPage() {
} }
</div> </div>
<div className="name-item"> <div className="name-item">
<span className="label">姓名</span> <span className="label">昵称</span>
<Input <Input
placeholder="请输入姓名,最多15个字" placeholder="请输入姓名,最多15个字"
style={{ width:300,height:32}} value={nickName} style={{ width:300,height:32}} value={nickName}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wufan * @Author: wufan
* @Date: 2020-11-27 16:21:49 * @Date: 2020-11-27 16:21:49
* @LastEditors: wufan * @LastEditors: wufan
* @LastEditTime: 2020-12-09 20:01:00 * @LastEditTime: 2020-12-14 15:42:13
* @Description: Description * @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -212,7 +212,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) { ...@@ -212,7 +212,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
initialValues={{ nickName: nickName, phone: phone, role: role }} initialValues={{ nickName: nickName, phone: phone, role: role }}
> >
<Form.Item <Form.Item
label="员工姓名" label="员工昵称"
name="nickName" name="nickName"
rules={[{ required: true }]} rules={[{ required: true }]}
validateStatus={nameStatus} validateStatus={nameStatus}
...@@ -220,7 +220,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) { ...@@ -220,7 +220,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
> >
<Input <Input
style={{ width: 200 }} style={{ width: 200 }}
placeholder="请输入员工称" placeholder="请输入员工称"
maxLength={15} maxLength={15}
autoComplete="off" autoComplete="off"
onChange={(e) => handleChangeValues("nickName", e.target.value)} onChange={(e) => handleChangeValues("nickName", e.target.value)}
......
...@@ -268,7 +268,7 @@ function EmployeesManagePage() { ...@@ -268,7 +268,7 @@ function EmployeesManagePage() {
width: 300, width: 300,
marginRight: 40, marginRight: 40,
}} }}
placeholder="搜索员工姓名/手机号" placeholder="搜索员工昵称/手机号"
onSearch={(value) => { onSearch={(value) => {
const _query = { ...query }; const _query = { ...query };
if (value) { if (value) {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wufan * @Author: wufan
* @Date: 2020-11-30 10:47:38 * @Date: 2020-11-30 10:47:38
* @LastEditors: wufan * @LastEditors: wufan
* @LastEditTime: 2020-12-12 14:35:46 * @LastEditTime: 2020-12-14 15:46:14
* @Description: 用户管理页面 * @Description: 用户管理页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
......
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