Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王涛
2022-02-17 15:46:19 +0800
Commit
fda33601a12311cfc8aa696c8b659ee31d3c6d00
1 parent
5d9a0bd0
BUG#307 屏蔽邮箱字段,增加学历字段展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.js
View file @
fda3360
...
...
@@ -82,6 +82,10 @@ export default {
return
arr
.
join
(
' / '
)
}
},
{
prop
:
'education'
,
label
:
'学历'
,
sortable
:
true
,
},
{
prop
:
'state'
,
label
:
'在职状态'
,
sortable
:
true
,
...
...
Please
register
or
login
to post a comment