Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
52c50c11
Commit
52c50c11
authored
Jun 22, 2020
by
樊国敬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
5fca003b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
zh-CN.js
i18n/locale/zh-CN.js
+1
-0
index.vue
pages/system/account/index.vue
+3
-2
No files found.
i18n/locale/zh-CN.js
View file @
52c50c11
...
@@ -943,6 +943,7 @@ export default {
...
@@ -943,6 +943,7 @@ export default {
id
:
''
,
id
:
''
,
name
:
'姓名'
,
name
:
'姓名'
,
loginName
:
'登录账号'
,
loginName
:
'登录账号'
,
tenantName
:
'所属公司'
,
password
:
'密码'
,
password
:
'密码'
,
status
:
'状态'
,
status
:
'状态'
,
remark
:
'备注'
,
remark
:
'备注'
,
...
...
pages/system/account/index.vue
View file @
52c50c11
...
@@ -51,13 +51,14 @@ keys:{op:"name,loginName,password,token,source,remark",value:null}
...
@@ -51,13 +51,14 @@ keys:{op:"name,loginName,password,token,source,remark",value:null}
//{ key:"id",title:this.l("id") ,hide:true ,align:"left" },
//{ key:"id",title:this.l("id") ,hide:true ,align:"left" },
{
key
:
"name"
,
title
:
this
.
l
(
"name"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"name"
,
title
:
this
.
l
(
"name"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"loginName"
,
title
:
this
.
l
(
"loginName"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"loginName"
,
title
:
this
.
l
(
"loginName"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"tenantName"
,
title
:
this
.
l
(
"tenantName"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"creationTime"
,
title
:
this
.
l
(
"creationTime"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"creationTime"
,
title
:
this
.
l
(
"creationTime"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"creatorUserId"
,
title
:
this
.
l
(
"creatorUserId"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"creatorUserId"
,
title
:
this
.
l
(
"creatorUserId"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"lastModificationTime"
,
title
:
this
.
l
(
"lastModificationTime"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"lastModificationTime"
,
title
:
this
.
l
(
"lastModificationTime"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
l
(
"lastModifierUserId"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"lastModifierUserId"
,
title
:
this
.
l
(
"lastModifierUserId"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"isDeleted"
,
title
:
this
.
l
(
"isDeleted"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"isDeleted"
,
title
:
this
.
l
(
"isDeleted"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"deleterUserId"
,
title
:
this
.
l
(
"deleterUserId"
)
,
hide
:
true
,
align
:
"left"
},
//
{ key:"deleterUserId",title:this.l("deleterUserId") ,hide:true ,align:"left" },
{
key
:
"deletionTime"
,
title
:
this
.
l
(
"deletionTime"
)
,
hide
:
true
,
align
:
"left"
},
//
{ key:"deletionTime",title:this.l("deletionTime") ,hide:true ,align:"left" },
{
key
:
"lastLoginTime"
,
title
:
this
.
l
(
"lastLoginTime"
)
,
align
:
"center"
,
width
:
260
,
high
:
true
},
{
key
:
"lastLoginTime"
,
title
:
this
.
l
(
"lastLoginTime"
)
,
align
:
"center"
,
width
:
260
,
high
:
true
},
{
key
:
"loginTimes"
,
title
:
this
.
l
(
"loginTimes"
)
,
align
:
"center"
,
width
:
160
,
high
:
true
},
{
key
:
"loginTimes"
,
title
:
this
.
l
(
"loginTimes"
)
,
align
:
"center"
,
width
:
160
,
high
:
true
},
{
key
:
"status"
,
title
:
this
.
l
(
"status"
)
,
align
:
"center"
,
width
:
160
,
high
:
true
,
code
:
'crm.customer.status'
},
{
key
:
"status"
,
title
:
this
.
l
(
"status"
)
,
align
:
"center"
,
width
:
160
,
high
:
true
,
code
:
'crm.customer.status'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment