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
1c71f8cf
Commit
1c71f8cf
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug更正
parent
3f17abb0
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
217 additions
and
149 deletions
+217
-149
index.js
dsk-operate-ui/src/utils/index.js
+125
-112
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+2
-1
MajorProject.vue
...erate-ui/src/views/detail/party-a/opport/MajorProject.vue
+1
-1
index.vue
.../views/enterpriseData/components/searchTheOwner/index.vue
+89
-35
No files found.
dsk-operate-ui/src/utils/index.js
View file @
1c71f8cf
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
1c71f8cf
...
@@ -367,7 +367,8 @@ export default {
...
@@ -367,7 +367,8 @@ export default {
}
else
{
}
else
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
isCompany
=
true
;
this
.
isCompany
=
true
;
this
.
currentPath
.
pathName
=
'overview'
;
// this.currentPath.pathName = 'overview';
this
.
currentPath
.
pathName
=
this
.
$routes
.
query
.
path
;
});
});
}
}
},
},
...
...
dsk-operate-ui/src/views/detail/party-a/opport/MajorProject.vue
View file @
1c71f8cf
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<tables
v-else
:tableLoading=
"tableLoading"
:tableData=
"tableData"
:forData=
"forData"
:tableDataTotal=
"tableDataTotal"
:queryParams=
"queryParams"
<tables
v-else
:tableLoading=
"tableLoading"
:tableData=
"tableData"
:forData=
"forData"
:tableDataTotal=
"tableDataTotal"
:queryParams=
"queryParams"
@
handle-current-change=
"handleCurrentChange"
@
sort-change=
"sortChange"
>
@
handle-current-change=
"handleCurrentChange"
@
sort-change=
"sortChange"
>
<template
slot=
"projectName"
slot-scope=
"scope"
>
<template
slot=
"projectName"
slot-scope=
"scope"
>
<router-link
:to=
"`/radar/
Land/details/$
{scope.row.id}`" tag="a" class="a-link" v-if="scope.row.i
d
&&
scope.row.projectName "
<router-link
:to=
"`/radar/
MajorProject/details/$
{scope.row.md5Id}`" tag="a" class="a-link" v-if="scope.row.md5I
d
&&
scope.row.projectName "
v-html="scope.row.projectName">
</router-link>
v-html="scope.row.projectName">
</router-link>
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/enterpriseData/components/searchTheOwner/index.vue
View file @
1c71f8cf
This diff is collapsed.
Click to expand it.
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