Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
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
TFMOM
TF-MOM-WEB
Commits
31fd7459
Commit
31fd7459
authored
Feb 18, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并产品【10495】在团队管理中,增加人员组织列,显示人员单位<2> 两版都已合并
parent
301e7ed8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
DxContextTeamList.vue
...-dee/src/asyncCompontents/DxContext/DxContextTeamList.vue
+18
-1
No files found.
applications/architecture-dee/src/asyncCompontents/DxContext/DxContextTeamList.vue
View file @
31fd7459
...
...
@@ -201,6 +201,15 @@ export default {
},
tableColums
:
[
{
title
:
'角色/用户'
,
key
:
'name'
,
align
:
'center'
},
{
title
:
'用户单位'
,
key
:
'dxOrganization'
,
align
:
'left'
,
formatter
:
(
row
,
column
)
=>
{
if
(
row
.
isUser
)
{
return
this
.
$utils
.
_get
(
row
,
'dxOrganization.fullPath'
)
||
this
.
$utils
.
_get
(
row
,
'dxOrganization.name'
)
||
'/'
}
else
{
return
'/'
}
}
},
{
title
:
'操作'
,
key
:
'operator'
,
align
:
'center'
,
component
:
{
show
:
true
,
name
:
'EditTableRow'
,
...
...
@@ -330,6 +339,13 @@ export default {
'sortOrder'
:
'desc'
}
],
'openProps'
:
[
{
'name'
:
'dxOrganization'
,
'pageFrom'
:
1
,
'pageSize'
:
9999
}
],
'searchItems'
:
{
'operator'
:
'AND'
,
'items'
:
[],
...
...
@@ -357,7 +373,8 @@ export default {
tel
:
item
.
telephone
,
isUser
:
true
,
id
:
data
.
dxContextTeamMembers
.
find
(
i
=>
i
.
userId
===
item
.
id
).
id
,
teamRoleCode
:
data
.
teamRoleCode
teamRoleCode
:
data
.
teamRoleCode
,
dxOrganization
:
item
.
dxOrganization
})
}
})
...
...
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