Commit cce6f9a2 by wufan Committed by zhangleyuan

fix:文案优化

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