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
a688ef8d
Commit
a688ef8d
authored
Jun 30, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
e8c37277
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
details.vue
dsk-operate-ui/src/views/radar/BidRecord/details.vue
+3
-3
details.vue
dsk-operate-ui/src/views/radar/Establishment/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/BidRecord/details.vue
View file @
a688ef8d
...
@@ -54,19 +54,19 @@
...
@@ -54,19 +54,19 @@
<el-table-column
label=
"企业名称"
>
<el-table-column
label=
"企业名称"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"
scope.row.uipId?'/enterprise/' + encodeStr(scope.row.uipId) :'/company/' + encodeStr(scope.row.companyId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"scope.row
.companyName"
></router-link>
<router-link
:to=
"
textList.uipId?'/enterprise/' + encodeStr(textList.uipId) :'/company/' + encodeStr(textList.companyId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList
.companyName"
></router-link>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"投标报价(万)"
width=
"300"
>
<el-table-column
label=
"投标报价(万)"
width=
"300"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tenderOffer
||
'--'
}}
{{
textList
.
tenderOffer
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- <el-table-column label="工期" width="182" >
<!-- <el-table-column label="工期" width="182" >
<template slot-scope="scope">
<template slot-scope="scope">
{{
scope.row
.tenderOffer||'--'}}
{{
textList
.tenderOffer||'--'}}
</template>
</template>
</el-table-column> -->
</el-table-column> -->
...
...
dsk-operate-ui/src/views/radar/Establishment/details.vue
View file @
a688ef8d
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<p>
<p>
<label
class=
"label"
>
项目法人
</label>
<label
class=
"label"
>
项目法人
</label>
<span>
<span>
<router-link
v-if=
"textList.companyName"
:to=
"
scope.row.uipId?'/enterprise/' + encodeStr(scope.row.uipId) :'/company/' + encodeStr(scope.row.companyId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"scope.row
.companyName"
></router-link>
<router-link
v-if=
"textList.companyName"
:to=
"
textList.uipId?'/enterprise/' + encodeStr(textList.uipId) :'/company/' + encodeStr(textList.companyId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"textList
.companyName"
></router-link>
<span
v-else
>
--
</span>
<span
v-else
>
--
</span>
</span>
</span>
<label
class=
"label"
>
总投资(万元)
</label>
<label
class=
"label"
>
总投资(万元)
</label>
...
...
dsk-operate-ui/src/views/radar/debtProject/details.vue
View file @
a688ef8d
...
@@ -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=
"
scope.row.projectEntityUipId?'/enterprise/' + encodeStr(scope.row.projectEntityUipId) :'/company/' + encodeStr(scope.row.projectEntityId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"scope.row
.projectEntity"
></router-link>
<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>
<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=
"
scope.row.piuUipId?'/enterprise/' + encodeStr(scope.row.piuUipId) :'/company/' + encodeStr(scope.row.piuId) "
tag=
"a"
class=
"list-titel-a blue"
v-html=
"scope.row
.piu"
></router-link>
<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>
<
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