Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
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
INET-TWO
web
Commits
379f49cf
Commit
379f49cf
authored
Aug 19, 2024
by
ztf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改选择用户组件和相关闭环跟进事项组件
parent
62789451
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
26 deletions
+8
-26
index.vue
...ponents/components/ClosedLoopMattersRelatedLink/index.vue
+7
-24
index.vue
...doc/src/privateComponents/components/SelectUser/index.vue
+1
-2
No files found.
applications/dee-doc/src/privateComponents/components/ClosedLoopMattersRelatedLink/index.vue
View file @
379f49cf
...
...
@@ -17,10 +17,6 @@ export default {
type
:
Object
,
default
:
()
=>
null
}
// permissions: {
// type: [Array, Object],
// default: () => null
// }
},
data
()
{
const
that
=
this
...
...
@@ -47,17 +43,11 @@ export default {
},
{
'title'
:
'名称'
,
'key'
:
'source.name'
,
'level'
:
1
,
'show'
:
true
,
'defaultItem'
:
true
'key'
:
'source.name'
},
{
'title'
:
'版本'
,
'key'
:
'source.displayVersion'
,
'level'
:
1
,
'show'
:
true
,
'defaultItem'
:
true
'key'
:
'source.displayVersion'
},
{
'title'
:
'状态'
,
...
...
@@ -71,27 +61,20 @@ export default {
'dictTypeCode'
:
'ObjStatus'
},
'attrType'
:
'BASE'
}
,
}
'show'
:
true
,
'defaultItem'
:
true
},
{
'title'
:
'关联者'
,
'key'
:
'creator.userName'
,
'parentKey'
:
'creator'
,
'level'
:
1
,
'show'
:
true
,
'defaultItem'
:
true
'key'
:
'creator.userName'
},
{
'title'
:
'关联时间'
,
'key'
:
'createTime'
,
'defaultItem'
:
true
'key'
:
'createTime'
},
{
'title'
:
'关联描述'
,
'key'
:
'linkDescript'
,
'defaultItem'
:
true
'key'
:
'linkDescript'
}]
}
},
...
...
applications/dee-doc/src/privateComponents/components/SelectUser/index.vue
View file @
379f49cf
...
...
@@ -14,9 +14,8 @@
import
{
getAllUsers
,
getUsersByAccount
}
from
'@/api/user'
import
_get
from
'lodash.get'
export
default
{
name
:
'
DxUserSelect
'
,
name
:
'
SelectUser
'
,
componentName
:
'选择用户'
,
// modelRelationObjs: ['DxUser'],
components
:
{
},
props
:
{
searchItems
:
{
...
...
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