From f91a27af1148e4a30fce344d50f0c498bb5e8725 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Sat, 28 Dec 2019 11:56:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=EF=BC=8C=E6=8A=8A=E7=94=A8=E6=88=B7=E5=90=8D=E7=A7=B0?=
=?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=94=A8=E6=88=B7=E5=A7=93=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
erp_web/pages/manage/user.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/erp_web/pages/manage/user.html b/erp_web/pages/manage/user.html
index 73d1baa6..2835589e 100644
--- a/erp_web/pages/manage/user.html
+++ b/erp_web/pages/manage/user.html
@@ -28,7 +28,7 @@
|
|
- 用户名称: |
+ 用户姓名: |
|
@@ -72,7 +72,7 @@
-
+
@@ -131,7 +131,7 @@
//浏览器适配
function browserFit() {
if (getOs() == 'MSIE') {
- $("#usernameLabel").empty().append("用户名称 ");
+ $("#usernameLabel").empty().append("用户姓名 ");
$("#loginameLabel").empty().append("登录名称 ");
$("#orgAbrLabel").empty().append("部 门 ");
$("#userBlngOrgaDsplSeqLabel").empty().append("用户排序 ");
@@ -144,7 +144,7 @@
$("#searchDescLabel").empty().append("描 述:");
}
else {
- $("#usernameLabel").empty().append("用户名称 ");
+ $("#usernameLabel").empty().append("用户姓名 ");
$("#loginameLabel").empty().append("登录名称 ");
$("#orgAbrLabel").empty().append("部 门 ");
$("#userBlngOrgaDsplSeqLabel").empty().append("用户排序 ");
@@ -192,7 +192,7 @@
}
},
{title: '登录名称', field: 'loginame', width: 80},
- {title: '用户名称', field: 'username', width: 80, align: "center"},
+ {title: '用户姓名', field: 'username', width: 80, align: "center"},
{title: '职位', field: 'position', width: 115, align: "center"},
{title: '部门', field: 'orgAbr', width: 115, align: "center"},
{title: '电子邮箱', field: 'email', width: 150, align: "center"},