Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
3abe1cf1
Commit
3abe1cf1
authored
Aug 17, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3be03b69
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
12 deletions
+11
-12
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+2
-2
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+2
-2
qualifications.vue
...rc/views/detail/groupAccount/component/qualifications.vue
+3
-3
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+4
-5
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
3abe1cf1
...
...
@@ -73,7 +73,7 @@
import
mixin
from
'../../party-a/mixins/mixin'
export
default
{
name
:
'members'
,
props
:
[
'c
ompany
Id'
],
props
:
[
'c
ustomer
Id'
],
mixins
:
[
mixin
],
data
(){
return
{
...
...
@@ -82,7 +82,7 @@
isDetails
:
false
,
defaultSort
:
{
prop
:
'time'
,
order
:
'descending'
},
queryParams
:
{
combineId
:
'81de7ca2a967d91c2afad9cb5fc30e6d'
,
combineId
:
this
.
customerId
,
pageNum
:
1
,
pageSize
:
20
,
companyTypes
:[],
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
3abe1cf1
...
...
@@ -51,7 +51,7 @@
import
{
getDictType
}
from
'@/api/main'
export
default
{
name
:
'qualifications'
,
props
:
[
'c
ompany
Id'
],
props
:
[
'c
ustomer
Id'
],
mixins
:
[
mixin
],
components
:{},
data
(){
...
...
@@ -61,7 +61,7 @@
isDetails
:
false
,
defaultSort
:
{
prop
:
'time'
,
order
:
'descending'
},
queryParams
:
{
combineId
:
'81de7ca2a967d91c2afad9cb5fc30e6d'
,
combineId
:
this
.
customerId
,
pageNum
:
1
,
pageSize
:
20
},
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/qualifications.vue
View file @
3abe1cf1
...
...
@@ -39,7 +39,7 @@
import
QualificationsDetail
from
'./qualificationsDetail'
export
default
{
name
:
'qualifications'
,
props
:
[
'c
ompanyId'
,
'companyInfo
'
],
props
:
[
'c
ustomerId'
,
'name
'
],
mixins
:
[
mixin
],
components
:{
QualificationsDetail
...
...
@@ -51,7 +51,7 @@
isDetails
:
false
,
defaultSort
:
{
prop
:
'time'
,
order
:
'descending'
},
queryParams
:
{
combineId
:
'54355f88a5b16d3e52f74931f5567853'
,
combineId
:
this
.
customerId
,
pageNum
:
1
,
pageSize
:
20
},
...
...
@@ -98,7 +98,7 @@
})
},
handleClick
(
e
,
data
)
{
this
.
title
=
this
.
companyInfo
.
companyN
ame
+
data
.
qualificationName
+
'('
+
data
.
companyCount
+
')'
this
.
title
=
this
.
n
ame
+
data
.
qualificationName
+
'('
+
data
.
companyCount
+
')'
this
.
rowData
=
data
this
.
isDetails
=
true
},
...
...
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
3abe1cf1
...
...
@@ -12,9 +12,9 @@
</div>
<div
class=
"group-right"
>
<div
id=
"groupBox"
v-if=
"customerId"
>
<Members
v-if=
"currentPath.pathName=='members'"
:c
ompany-id=
"companyId"
:isSkeleton=
"isSkeleton"
:companyInfo=
"companyInfo
"
/>
<Qualifications
v-if=
"currentPath.pathName=='qualifications'"
:c
ompany-id=
"companyId"
:isSkeleton=
"isSkeleton"
:companyInfo=
"companyInfo"
/>
<Performance
v-if=
"currentPath.pathName=='performance'"
:c
ompany-id=
"companyId"
:isSkeleton=
"isSkeleton"
:companyInfo=
"companyInfo"
/>
<Members
v-if=
"currentPath.pathName=='members'"
:c
ustomer-id=
"customerId"
:isSkeleton=
"isSkeleton
"
/>
<Qualifications
v-if=
"currentPath.pathName=='qualifications'"
:c
ustomer-id=
"customerId"
:isSkeleton=
"isSkeleton"
:name=
"name"
/>
<Performance
v-if=
"currentPath.pathName=='performance'"
:c
ustomer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
</div>
</div>
</div>
...
...
@@ -36,8 +36,7 @@
},
data
(){
return
{
companyId
:
'3068'
,
//企业Id(测试默认3068)
customerId
:
''
,
//企业Id(测试默认'a00d582a6041f32c16aac804e4924736')
customerId
:
''
,
//集团Id(测试默认'81de7ca2a967d91c2afad9cb5fc30e6d')
companyInfo
:
{},
cooDetail
:
{},
currentPath
:
{
...
...
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