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
5bb5cfe3
Commit
5bb5cfe3
authored
Jun 27, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
5aae3656
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
details.vue
dsk-operate-ui/src/views/radar/Establishment/details.vue
+1
-1
details.vue
dsk-operate-ui/src/views/radar/Land/details.vue
+2
-2
details.vue
dsk-operate-ui/src/views/radar/debtProject/details.vue
+2
-3
No files found.
dsk-operate-ui/src/views/radar/Establishment/details.vue
View file @
5bb5cfe3
...
...
@@ -84,7 +84,7 @@
</p>
<p>
<label
class=
"label"
>
项目联系方式
</label>
<span>
{{textList.
money
||'--'}}
</span>
<span>
{{textList.
personTel
||'--'}}
</span>
<label
class=
"label"
>
行业分类
</label>
<span>
{{textList.projectIndustry||'--'}}
</span>
</p>
...
...
dsk-operate-ui/src/views/radar/Land/details.vue
View file @
5bb5cfe3
...
...
@@ -23,7 +23,7 @@
</p>
<p
class=
"list-content-text"
>
<span>
总面积:
</span>
<span
v-if=
"textList.
transactionPrice"
>
{{
textList
.
transactionPric
e
}}
平方米
</span>
<span
v-if=
"textList.
acreage"
>
{{
textList
.
acreag
e
}}
平方米
</span>
<span
v-else
>
--
</span>
</p>
<p
class=
"list-content-text"
>
...
...
@@ -76,7 +76,7 @@
</p>
<p>
<label
class=
"label"
>
面积(平方米)
</label>
<span>
{{textList.
buildArea
||"--"}}
</span>
<span>
{{textList.
acreage
||"--"}}
</span>
<label
class=
"label"
>
土地来源
</label>
<span>
{{textList.landSource||"--"}}
</span>
</p>
...
...
dsk-operate-ui/src/views/radar/debtProject/details.vue
View file @
5bb5cfe3
...
...
@@ -154,13 +154,12 @@
<el-table
:data=
"tableData"
element-loading-text=
"Loading"
border
fit
highlight-current-row
>
<el-table-column
prop=
"name"
label=
"债券简称"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"'/macro/financing/details/'+ scope.row.id"
tag=
"a"
class=
"a-link"
>
{{
scope
.
row
.
bondAbbreviation
}}
</router-link>
{{
scope
.
row
.
bondAbbreviation
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"tenderDate"
label=
"招标日期"
width=
"220"
/>
<el-table-column
prop=
"actualBondIssueScale"
label=
"专项债规模(亿)"
width=
"260"
/>
<el-table-column
prop=
"isUsedProjectScale"
label=
"用于项目规模(
亿
)"
width=
"260"
/>
<el-table-column
prop=
"isUsedProjectScale"
label=
"用于项目规模(
万元
)"
width=
"260"
/>
<el-table-column
label=
"是否资本金"
width=
"200"
>
<
template
slot-scope=
"scope"
>
...
...
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