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
f5de17f9
Commit
f5de17f9
authored
Jun 30, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
364d9a66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
details.vue
dsk-operate-ui/src/views/radar/Establishment/details.vue
+7
-0
details.vue
dsk-operate-ui/src/views/radar/bxprozbgg/details.vue
+1
-1
details.vue
dsk-operate-ui/src/views/radar/debtProject/details.vue
+2
-2
No files found.
dsk-operate-ui/src/views/radar/Establishment/details.vue
View file @
f5de17f9
...
@@ -208,11 +208,13 @@
...
@@ -208,11 +208,13 @@
<
script
>
<
script
>
import
api
from
'@/api/radar/radar.js'
;
import
api
from
'@/api/radar/radar.js'
;
import
{
encodeStr
}
from
"@/assets/js/common.js"
export
default
{
export
default
{
name
:
'EstablishmentDetails'
,
name
:
'EstablishmentDetails'
,
data
()
{
data
()
{
return
{
return
{
encodeStr
,
id
:
''
,
id
:
''
,
textList
:
{},
textList
:
{},
pageNum1
:
1
,
pageNum1
:
1
,
...
@@ -624,6 +626,11 @@
...
@@ -624,6 +626,11 @@
.span-one
{
.span-one
{
width
:
90%
;
width
:
90%
;
}
}
.blue
{
color
:
#0081FF
!
important
;
cursor
:
pointer
;
}
}
}
...
...
dsk-operate-ui/src/views/radar/bxprozbgg/details.vue
View file @
f5de17f9
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
<div
class=
"main3-box"
>
<div
class=
"main3-box"
>
<p>
<p>
<label
class=
"label"
>
招标人
</label>
<label
class=
"label"
>
招标人
</label>
<router-link
:to=
"textList.uipId?'/enterprise/' + encodeStr(textList.uipId) :'/company/' + encodeStr(textList.tendereeId) "
tag=
"a"
class=
"list-titel-a
blue
"
v-html=
"textList.tenderee"
></router-link>
<router-link
:to=
"textList.uipId?'/enterprise/' + encodeStr(textList.uipId) :'/company/' + encodeStr(textList.tendereeId) "
tag=
"a"
class=
"list-titel-a
color2
"
v-html=
"textList.tenderee"
></router-link>
<label
class=
"label"
>
代理机构
</label>
<label
class=
"label"
>
代理机构
</label>
<router-link
v-if=
"textList.agencyId"
:to=
"'/company/' + encodeStr(textList.agencyId) + '/?index=true'"
tag=
"a"
class=
"list-titel-a color2"
v-html=
"textList.agency"
></router-link>
<router-link
v-if=
"textList.agencyId"
:to=
"'/company/' + encodeStr(textList.agencyId) + '/?index=true'"
tag=
"a"
class=
"list-titel-a color2"
v-html=
"textList.agency"
></router-link>
<span
v-else
class=
"color2"
>
{{textList.agency||'--'}}
</span>
<span
v-else
class=
"color2"
>
{{textList.agency||'--'}}
</span>
...
...
dsk-operate-ui/src/views/radar/debtProject/details.vue
View file @
f5de17f9
...
@@ -136,14 +136,14 @@
...
@@ -136,14 +136,14 @@
<div
class=
"main4-box"
>
<div
class=
"main4-box"
>
<label
class=
"label"
>
项目主体
</label>
<label
class=
"label"
>
项目主体
</label>
<span>
<span>
<router-link
v-if=
"textList.projectEntity"
:to=
"textList.projectEntityUipId?'/enterprise/' +
encodeStr(textList.projectEntityUipId)
:'/company/' + encodeStr(textList.projectEntityId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList.projectEntity"
></router-link>
<router-link
v-if=
"textList.projectEntity"
:to=
"textList.projectEntityUipId?'/enterprise/' +
textList.projectEntityUipId
:'/company/' + encodeStr(textList.projectEntityId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList.projectEntity"
></router-link>
<template
v-else
>
--
</
template
>
<template
v-else
>
--
</
template
>
</span>
</span>
<label
class=
"label"
>
主管部门
</label>
<label
class=
"label"
>
主管部门
</label>
<span>
{{textList.chargeDepartment||'--'}}
</span>
<span>
{{textList.chargeDepartment||'--'}}
</span>
<label
class=
"label"
>
实施单位
</label>
<label
class=
"label"
>
实施单位
</label>
<span>
<span>
<router-link
v-if=
"textList.piu"
:to=
"textList.piuUipId?'/enterprise/' +
encodeStr(textList.piuUipId)
:'/company/' + encodeStr(textList.piuId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList.piu"
></router-link>
<router-link
v-if=
"textList.piu"
:to=
"textList.piuUipId?'/enterprise/' +
textList.piuUipId
:'/company/' + encodeStr(textList.piuId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList.piu"
></router-link>
<
template
v-else
>
--
</
template
>
<
template
v-else
>
--
</
template
>
</span>
</span>
</div>
</div>
...
...
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