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
d4ed83a6
Commit
d4ed83a6
authored
Aug 03, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
5a578e03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+3
-3
No files found.
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
d4ed83a6
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
label=
"来源"
label=
"来源"
width=
"146"
>
width=
"146"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.projectName && scope.row.
projectId"
class=
"wordprimary"
@
click=
"todetail(scope.row.project
Id)"
>
<div
v-if=
"scope.row.projectName && scope.row.
businessId"
class=
"wordprimary"
@
click=
"todetail(scope.row.business
Id)"
>
{{
scope
.
row
.
projectName
||
'--'
}}
{{
scope
.
row
.
projectName
||
'--'
}}
</div>
</div>
<div
v-else
>
自主填报
</div>
<div
v-else
>
自主填报
</div>
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
created
(){
created
(){
if
(
this
.
thistype
==
'project'
){
if
(
this
.
thistype
==
'project'
){
this
.
searchParam
.
project
Id
=
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
this
.
searchParam
.
business
Id
=
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
}
}
if
(
this
.
thistype
==
'custom'
){
if
(
this
.
thistype
==
'custom'
){
this
.
searchParam
.
customerId
=
this
.
customerId
?
this
.
customerId
:
null
this
.
searchParam
.
customerId
=
this
.
customerId
?
this
.
customerId
:
null
...
@@ -339,7 +339,7 @@
...
@@ -339,7 +339,7 @@
// accendant:"",
// accendant:"",
}
}
if
(
this
.
thistype
==
'project'
){
if
(
this
.
thistype
==
'project'
){
this
.
queryParam
.
projectId
=
this
.
searchParam
.
project
Id
this
.
queryParam
.
businessId
=
this
.
searchParam
.
business
Id
this
.
companyName
=
""
this
.
companyName
=
""
}
}
if
(
this
.
thistype
==
'custom'
){
if
(
this
.
thistype
==
'custom'
){
...
...
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