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
22807861
Commit
22807861
authored
Aug 17, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团户搜索为空跳转
parent
65596c55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+5
-1
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
22807861
...
...
@@ -102,7 +102,7 @@
<img
src=
"@/assets/images/detail/overview/company_ssjt.png"
alt=
"所属集团"
title=
"所属集团"
class=
"swiper-img"
>
<div
class=
"swiper-item"
>
<span
class=
"swiper-name"
>
所属集团
:
{{statistic.combineMember.companyName}}
所属集团
-
{{statistic.combineMember.companyName}}
</span>
<div
>
<span
>
集团成员:
</span><i
class=
"num"
@
click=
"linkTo(statistic.combineMember)"
>
{{statistic.combineMember.memberNum}}
</i>
...
...
@@ -440,6 +440,10 @@ export default {
display
:
block
;
font-size
:
14px
;
color
:
#232323
;
width
:
200px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
div
{
display
:
inline-block
;
...
...
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
22807861
...
...
@@ -351,7 +351,7 @@ export default {
}
},
selCompany
(
item
=
this
.
searchList
[
0
]){
if
(
!
item
){
if
(
!
this
.
companyName
){
return
this
.
$message
.
warning
(
"抱歉,没找到相关数据,建议调整关键词或筛选条件,重新搜索"
)
}
this
.
$router
.
push
({
path
:
`/groupAccount/
${
item
.
combineId
}
?name=
${
item
.
combineName
.
replace
(
new
RegExp
(
"<font color='#FF204E'>"
,
'g'
),
''
).
replace
(
new
RegExp
(
"</font>"
,
'g'
),
''
)}
`
})
...
...
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