Commit 5bb5cfe3 authored by 远方不远's avatar 远方不远

hy

parent 5aae3656
......@@ -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>
......
......@@ -23,7 +23,7 @@
</p>
<p class="list-content-text">
<span>总面积:</span>
<span v-if="textList.transactionPrice">{{textList.transactionPrice}}平方米</span>
<span v-if="textList.acreage">{{textList.acreage}}平方米</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>
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment