Commit dc34e768 authored by 远方不远's avatar 远方不远

hy

parent 655425ae
...@@ -182,7 +182,8 @@ select { ...@@ -182,7 +182,8 @@ select {
cursor: pointer; cursor: pointer;
margin-right: 24px; margin-right: 24px;
} }
.select-popper .color_text{
.select-popper .color_text {
color: #0381fa; color: #0381fa;
} }
...@@ -270,7 +271,8 @@ select { ...@@ -270,7 +271,8 @@ select {
cursor: pointer; cursor: pointer;
position: relative; position: relative;
} }
.select-popper .select-active{
.select-popper .select-active {
color: #0381fa; color: #0381fa;
} }
...@@ -309,11 +311,13 @@ select { ...@@ -309,11 +311,13 @@ select {
.el-dropdown-land { .el-dropdown-land {
margin-right: 24px; margin-right: 24px;
} }
.el-dropdown-land .color_text{
color: #1890ff; .el-dropdown-land .color_text {
background-color: #FFFFFF; color: #1890ff;
background-color: #FFFFFF;
} }
.el-dropdown-menu .color_text{
.el-dropdown-menu .color_text {
color: #1890ff; color: #1890ff;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
...@@ -357,8 +361,9 @@ select { ...@@ -357,8 +361,9 @@ select {
display: inline-block; display: inline-block;
margin: 0px 8px; margin: 0px 8px;
} }
.jabph_popper_box .jabph_popper_wrap .jabph_popper_input .el-input__inner { .jabph_popper_box .jabph_popper_wrap .jabph_popper_input .el-input__inner {
width: 100px; width: 100px;
} }
.jabph_popper_box div:last-child { .jabph_popper_box div:last-child {
...@@ -384,7 +389,7 @@ select { ...@@ -384,7 +389,7 @@ select {
width: 100%; width: 100%;
height: 0px; height: 0px;
opacity: 1; opacity: 1;
border-bottom: 1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF;
margin: 16px 0px; margin: 16px 0px;
} }
...@@ -438,10 +443,11 @@ select { ...@@ -438,10 +443,11 @@ select {
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
border: 1px solid #D9D9D9; border: 1px solid #D9D9D9;
text-align: center; text-align: center;
font-size:14px; font-size: 14px;
font-weight: 400; font-weight: 400;
} }
.toolbar-right-download .el-icon-arrow-down{
.toolbar-right-download .el-icon-arrow-down {
margin-left: 8px; margin-left: 8px;
} }
...@@ -554,6 +560,7 @@ select { ...@@ -554,6 +560,7 @@ select {
padding-left: 4px; padding-left: 4px;
margin-right: 24px; margin-right: 24px;
} }
.content_item_list { .content_item_list {
line-height: 34px; line-height: 34px;
} }
...@@ -570,6 +577,7 @@ select { ...@@ -570,6 +577,7 @@ select {
height: 40px; height: 40px;
opacity: 0; opacity: 0;
} }
.el-select-dropdown.is-multiple .el-select-dropdown__item:hover { .el-select-dropdown.is-multiple .el-select-dropdown__item:hover {
color: #3181fa; color: #3181fa;
} }
...@@ -590,6 +598,7 @@ select { ...@@ -590,6 +598,7 @@ select {
background-color: #fff; background-color: #fff;
padding: 6px 0px; padding: 6px 0px;
} }
.select-radio { .select-radio {
max-height: 400px; max-height: 400px;
background: #fff; background: #fff;
...@@ -598,6 +607,7 @@ select { ...@@ -598,6 +607,7 @@ select {
.select-radio[x-placement^=bottom] { .select-radio[x-placement^=bottom] {
margin-top: 8px; margin-top: 8px;
} }
.select-radio .select-radio-list { .select-radio .select-radio-list {
position: relative; position: relative;
} }
...@@ -649,10 +659,12 @@ select { ...@@ -649,10 +659,12 @@ select {
float: right; float: right;
margin-top: 4px; margin-top: 4px;
} }
.select-list .el-dropdown-menu__item{
.select-list .el-dropdown-menu__item {
padding: 0; padding: 0;
} }
.select-list .el-dropdown-menu__item :hover{
.select-list .el-dropdown-menu__item :hover {
color: #0381fa; color: #0381fa;
background: #f2f7ff; background: #f2f7ff;
} }
...@@ -695,6 +707,7 @@ select { ...@@ -695,6 +707,7 @@ select {
border-left: 1px solid #ccc; border-left: 1px solid #ccc;
margin-left: 2px; margin-left: 2px;
} }
.select-list .el-radio { .select-list .el-radio {
display: block; display: block;
line-height: 36px; line-height: 36px;
...@@ -721,36 +734,43 @@ select { ...@@ -721,36 +734,43 @@ select {
.select-list .el-radio__input { .select-list .el-radio__input {
display: none; display: none;
} }
.checkbox{
.checkbox {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.checkbox .checkbox-titel{
.checkbox .checkbox-titel {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: rgba(35, 35, 35, 0.8); color: rgba(35, 35, 35, 0.8);
margin-right:24px; margin-right: 24px;
} }
.checkbox .checkbox-content{
.checkbox .checkbox-content {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.checkbox .el-checkbox__label{
.checkbox .el-checkbox__label {
padding-left: 8px; padding-left: 8px;
color: #232323; color: #232323;
} }
.checkbox .checkbox-content .checkbox-content-qx{
.checkbox .checkbox-content .checkbox-content-qx {
margin-right: 30px; margin-right: 30px;
} }
.toolbar-right-search {
.toolbar-right-search {
margin-left: 16px; margin-left: 16px;
} }
.bottomlist-title-left{ .bottomlist-title-left {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
} }
.toolbar-right-search .toolbar-right_input { .toolbar-right-search .toolbar-right_input {
width: 228px; width: 228px;
display: inline-flex; display: inline-flex;
...@@ -763,6 +783,7 @@ select { ...@@ -763,6 +783,7 @@ select {
line-height: 32px; line-height: 32px;
} }
.toolbar-right-search .el-input .el-input__inner { .toolbar-right-search .el-input .el-input__inner {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -770,9 +791,11 @@ select { ...@@ -770,9 +791,11 @@ select {
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
} }
.toolbar-right-search .el-input-group__append{
.toolbar-right-search .el-input-group__append {
padding: 0; padding: 0;
} }
.toolbar-right-search .result-search { .toolbar-right-search .result-search {
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
...@@ -802,6 +825,7 @@ select { ...@@ -802,6 +825,7 @@ select {
.toolbar-right-search .result-search:hover { .toolbar-right-search .result-search:hover {
background: #0074E5; background: #0074E5;
} }
.info-list { .info-list {
display: flex; display: flex;
/* width: 1200px; */ /* width: 1200px; */
...@@ -1126,6 +1150,37 @@ select { ...@@ -1126,6 +1150,37 @@ select {
.performance_pagination_wrap .common-pagination { .performance_pagination_wrap .common-pagination {
margin-top: 16px; margin-top: 16px;
} }
.table-item .el-table tr,.table-item .el-table td{
.table-item .el-table tr,
.table-item .el-table td {
font-size: 13px; font-size: 13px;
}
.table-item-jf1 {
padding: 0px 16px;
}
.table-item-jf1 .item-jf-img {
display: block;
margin: 24px auto;
width: 108px;
}
.table-item-jf1 .item-jf-titel {
font-size: 16px;
font-weight: 400;
color: #333333;
line-height: 21px;
margin-bottom: 8px;
text-align: center;
}
.table-item-jf1 .item-jf-text {
font-size: 14px;
font-weight: 400;
color: #999999;
line-height: 18px;
margin-bottom: 24px;
text-align: center;
} }
\ No newline at end of file
...@@ -137,8 +137,10 @@ ...@@ -137,8 +137,10 @@
</div> </div>
</div> </div>
<div class=" table-item-jf table-item-jf1"v-if="tableData.length==0"> <div class="table-item-jf table-item-jf1" v-if="tableData.length==0">
<div class="item-jf-text">暂无数据!</div> <img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div> </div>
<div class=" table-item-jf" v-if="tableData.length>0"> <div class=" table-item-jf" v-if="tableData.length>0">
<el-table :data="tableData" :header-cell-style="{ background:'#F0F3FA'}" element-loading-text="Loading" border highlight-current-row> <el-table :data="tableData" :header-cell-style="{ background:'#F0F3FA'}" element-loading-text="Loading" border highlight-current-row>
...@@ -150,7 +152,7 @@ ...@@ -150,7 +152,7 @@
<el-table-column label="公司名称" width="430" > <el-table-column label="公司名称" width="430" >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="renling"> <div class="renling">
<router-link :to="`/enterprise/${encodeStr(scope.row.agencyId)}`" tag="a" class="list-titel-a" v-html="scope.row.companyName" ></router-link> <router-link :to="`/enterprise/${encodeStr(scope.row.companyId)}`" tag="a" class="list-titel-a" v-html="scope.row.companyName" ></router-link>
<div class="renling-btn"> <div class="renling-btn">
<img src="@/assets/images/owner/renling1.png" alt=""> <img src="@/assets/images/owner/renling1.png" alt="">
<span v-if="scope.row.claimStatus" class="renling-hui"> <span v-if="scope.row.claimStatus" class="renling-hui">
...@@ -426,11 +428,7 @@ ...@@ -426,11 +428,7 @@
{{scope.row.developmentZone||"--"}} {{scope.row.developmentZone||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="开发区类别" width="84" >
<template slot-scope="scope">
{{scope.row.developmentZone||"--"}}
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
<div class="pagination clearfix" v-show="total>0"> <div class="pagination clearfix" v-show="total>0">
...@@ -1095,98 +1093,8 @@ export default { ...@@ -1095,98 +1093,8 @@ export default {
padding-bottom: 0px; padding-bottom: 0px;
} }
.bottomlist-list{
padding: 16px;
font-size: 14px;
border-bottom: 1px solid #EFEFEF;
padding-bottom: 14px;
.list-titel{
font-size: 16px;
font-weight: 700;
color: #3D3D3D;
line-height: 19px;
.list-titel-a{
text-decoration: none;
color:#3D3D3D;
}
a:hover, a:visited, a:link, a:active{
color:#3D3D3D;
}
}
.content-label{
margin-top: 12px;
.list-label{
background: #F3F3FF;
color: #8491E8;
border-radius: 1px 1px 1px 1px;
padding: 3px 7px;
font-size: 12px;
}
}
.list-content{
margin-top: 8px;
display: flex;
justify-content: start;
align-items: center;
.list-content-text{
margin-top: 7px;
display: flex;
justify-content: start;
align-items: center;
margin-right: 27px;
font-size: 14px;
span:first-child{
font-weight: 400;
color: rgba(35,35,35,0.4);
line-height: 15px
}
span:last-child{
font-weight: 400;
color: rgba(35,35,35,0.8);
line-height: 15px
}
.blue{
color: #0081FF !important;
cursor: pointer;
}
}
}
.list-addree{
width: auto;
background: #F3F4F5;
display: inline-flex;
margin-top: 7px;
.list-content-text{
margin-top: 0px;
span{
line-height: 30px!important;
}
}
img{
width: 14px;
margin: 0 8px;
}
}
}
.bottomlist-list:hover{
background: #F6F9FC;
cursor: pointer;
}
.table-item-jf{ .table-item-jf{
padding:0px 16px; padding:0px 16px;
.list-titel-a{ .list-titel-a{
...@@ -1210,14 +1118,6 @@ export default { ...@@ -1210,14 +1118,6 @@ export default {
::v-deep .el-table--border .el-table__cell{ ::v-deep .el-table--border .el-table__cell{
border-right:1px solid #E6EAF1; border-right:1px solid #E6EAF1;
} }
.item-jf-text{
width: 100%;
text-align: center;
padding: 56px 0px;
font-size: 18px;
font-weight: 400;
color: rgba(35,35,35,0.8);
}
.renling{ .renling{
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1253,7 +1153,8 @@ export default { ...@@ -1253,7 +1153,8 @@ export default {
} }
.table-item-jf1{ .table-item-jf1{
border-top:1px solid #EFEFEF; border-top:1px solid #EFEFEF;
}
}
.pagination{ .pagination{
padding: 14px ; padding: 14px ;
.el-pagination{ .el-pagination{
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
@input="addressListbtn" v-model="addressType" :options="addressList" :props="props" @input="addressListbtn" v-model="addressType" :options="addressList" :props="props"
collapse-tags></el-cascader> collapse-tags></el-cascader>
</div> </div>
<div class="select-popper"> <!-- <div class="select-popper">
<el-dropdown trigger="click" placement='bottom-start'> <el-dropdown trigger="click" placement='bottom-start'>
<div class="el-dropdown-link " :class="radioQuali?'select-active':''"> <div class="el-dropdown-link " :class="radioQuali?'select-active':''">
有无资质{{radioQuali?' 1项':''}} 有无资质{{radioQuali?' 1项':''}}
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div> -->
<!-- <div class="select-popper"> <!-- <div class="select-popper">
<el-dropdown trigger="click" placement='bottom-start'> <el-dropdown trigger="click" placement='bottom-start'>
<div class="el-dropdown-link " :class="hasPhone?'select-active':''"> <div class="el-dropdown-link " :class="hasPhone?'select-active':''">
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
<div class="content_item content_item_nopadding "> <div class="content_item content_item_nopadding ">
<div class="search-new" > <div class="search-new" >
<span @click="submitbtn()">查询</span> <span @click="submitbtn()">查询</span>
<span @click="parentreset()">重置</span> <span @click="reset()">重置</span>
</div> </div>
</div> </div>
...@@ -454,6 +454,11 @@ ...@@ -454,6 +454,11 @@
</div> </div>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="info-list" v-for="(item,index) in tableData" :key="index"> <li class="info-list" v-for="(item,index) in tableData" :key="index">
<div class="info-list-left"> <div class="info-list-left">
...@@ -2585,9 +2590,7 @@ ...@@ -2585,9 +2590,7 @@
}, },
parentreset() {
this.$parent.reset();
},
reset() { reset() {
Object.assign(this.$data, this.$options.data()) //重置data Object.assign(this.$data, this.$options.data()) //重置data
...@@ -3096,6 +3099,7 @@ ...@@ -3096,6 +3099,7 @@
background: #F6F9FC; background: #F6F9FC;
cursor: pointer; cursor: pointer;
} }
.pagination{ .pagination{
padding: 14px ; padding: 14px ;
.el-pagination{ .el-pagination{
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="bottomlist"> <div class="bottomlist">
<ul class="bottomlist-content"> <ul class="bottomlist-content">
<li class="bottomlist-list" > <li class="bottomlist-list" >
<p class="list-titel" v-html="textList.projectName"> <p class="list-titel" v-html="textList.title">
<!-- <div v-else-if="item.projectName" ></div> --> <!-- <div v-else-if="item.projectName" ></div> -->
</p> </p>
<div class="content-label"> <div class="content-label">
...@@ -24,13 +24,16 @@ ...@@ -24,13 +24,16 @@
<div class="list-content"> <div class="list-content">
<p class="list-content-text"> <p class="list-content-text">
<span>招采单位:</span> <span>招采单位:</span>
<span v-if="textList.Name">{{textList.Name}}</span> <span v-if="textList.tenderee">
<span>--</span> <router-link v-if="textList.uipId" :to="'/enterprise/' + encodeStr(textList.uipId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.tenderee"></router-link>
<router-link v-else :to="'/company/' + encodeStr(textList.tendereeId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.tenderee"></router-link>
</span>
<span v-else>--</span>
</p> </p>
<p class="list-content-text"> <p class="list-content-text">
<span>预算金款:</span> <span>预算金款:</span>
<span v-if="textList.planTenderAmount">{{textList.planTenderAmount}}</span> <span v-if="textList.planTenderAmount">{{textList.planTenderAmount}}万元</span>
<span>--</span> <span v-else>--</span>
</p> </p>
<p class="list-content-text"> <p class="list-content-text">
<span>资金来源:</span> <span>资金来源:</span>
...@@ -82,11 +85,13 @@ ...@@ -82,11 +85,13 @@
<script> <script>
import api from '@/api/radar/radar.js'; import api from '@/api/radar/radar.js';
import "@/assets/styles/public.css"; import "@/assets/styles/public.css";
import {encodeStr} from "@/assets/js/common.js"
export default { export default {
name: 'BiddingDetails', name: 'BiddingDetails',
data() { data() {
return { return {
encodeStr,
id: '', id: '',
textList: {}, textList: {},
showimg:true showimg:true
......
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
<label class="label">审批类型</label> <label class="label">审批类型</label>
<span>{{textList.projectType||'--'}}</span> <span>{{textList.projectType||'--'}}</span>
</p> </p>
<p> <p >
<label class="label">建设规模</label> <label class="label">建设规模</label>
<span>{{textList.buildScale||'--'}}</span> <span class="span-one">{{textList.buildScale||'--'}}</span>
</p> </p>
<p> <p>
<label class="label">计划开工日期</label> <label class="label">计划开工日期</label>
...@@ -596,25 +596,26 @@ ...@@ -596,25 +596,26 @@
align-items: center; align-items: center;
margin: 0; margin: 0;
border-left: 1px solid #E6E9F0; border-left: 1px solid #E6E9F0;
border-right: 1px solid #E6E9F0;
border-bottom: 1px solid #E6E9F0; border-bottom: 1px solid #E6E9F0;
background: #F0F3FA;
.label { .label {
width: 10%; width: 10%;
height: 100%;
font-weight: 400; font-weight: 400;
line-height: 40px; line-height: 22px;
font-size: 12px; font-size: 12px;
height: 40px; padding: 9px 12px;
background: #F0F3FA;
padding-left: 12px;
} }
span { span {
width: 40%; width: 40%;
color: #000; color: #000;
height: 40px; line-height: 22px;
line-height: 40px; padding: 9px 12px;
padding-left: 12px;
font-size: 12px; font-size: 12px;
background: #fff;
} }
.span-one { .span-one {
......
...@@ -10,7 +10,10 @@ ...@@ -10,7 +10,10 @@
<div class="list-content"> <div class="list-content">
<p class="list-content-text"> <p class="list-content-text">
<span>受让人:</span> <span>受让人:</span>
<router-link v-if="textList.company" :to="'/company/' + encodeStr(textList.id) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.company"></router-link> <span v-if="textList.company">
<router-link v-if="textList.uipId" :to="'/enterprise/' + encodeStr(textList.uipId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.company"></router-link>
<router-link v-else :to="'/company/' + encodeStr(textList.id) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.company"></router-link>
</span>
<span v-else class="blue">{{textList.company||"--"}}</span> <span v-else class="blue">{{textList.company||"--"}}</span>
</p> </p>
<p class="list-content-text"> <p class="list-content-text">
...@@ -153,9 +156,9 @@ ...@@ -153,9 +156,9 @@
<div class="main3-box"> <div class="main3-box">
<p> <p>
<label class="label">招拍挂起始时间</label> <label class="label">招拍挂起始时间</label>
<span>{{textList.projectName||"--"}}</span> <span>{{textList.auctionBeginTime||"--"}}</span>
<label class="label">招拍挂截止时间</label> <label class="label">招拍挂截止时间</label>
<span>{{textList.projectName||"--"}}</span> <span>{{textList.auctionEndTime||"--"}}</span>
</p> </p>
<p> <p>
<label class="label">报名起始时间</label> <label class="label">报名起始时间</label>
......
...@@ -4,9 +4,13 @@ ...@@ -4,9 +4,13 @@
<ul class="bottomlist-content"> <ul class="bottomlist-content">
<li class="bottomlist-list" > <li class="bottomlist-list" >
<p class="list-titel"> <p class="list-titel">
{{textList.projectName}} {{textList.title}}
</p> </p>
<div class="content-label"> <div class="content-label">
<span class="list-label list-label-zb" v-if="textList.tenderStage">
{{textList.tenderStage}}
</span>
<span class="list-label" v-if="textList.province||textList.city||textList.area"> <span class="list-label" v-if="textList.province||textList.city||textList.area">
{{textList.province}} {{textList.province}}
<template v-if="textList.city"> <template v-if="textList.city">
...@@ -28,13 +32,12 @@ ...@@ -28,13 +32,12 @@
<p class="list-content-text" v-if="textList.tenderee"> <p class="list-content-text" v-if="textList.tenderee">
<span>招采单位:</span> <span>招采单位:</span>
<router-link v-if="textList.projectUnitId" :to="'/company/' + encodeStr(textList.projectUnitId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.tenderee"></router-link> <router-link v-if="textList.projectUnitId" :to="'/company/' + encodeStr(textList.projectUnitId) + '/?index=true'" tag="a" class="list-titel-a blue" v-html="textList.tenderee"></router-link>
<span v-else class="blue"> {{textList.tenderee||'--'}}</span> <span v-else > {{textList.tenderee||'--'}}</span>
</p> </p>
<p class="list-content-text" v-if="textList.agency"> <p class="list-content-text" v-if="textList.agency">
<span>代理单位:</span> <span>代理单位:</span>
<span class="blue">{{textList.agency||'--'}}</span>
<router-link v-if="textList.agencyId" :to="'/company/' + encodeStr(textList.agencyId) + '/?index=true'" tag="a" class="list-titel-a blue" 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 blue" v-html="textList.agency"></router-link>
<span v-else class="blue"> {{textList.agency||'--'}}</span> <span v-else > {{textList.agency||'--'}}</span>
</p> </p>
...@@ -42,7 +45,8 @@ ...@@ -42,7 +45,8 @@
<div class="list-content"> <div class="list-content">
<p class="list-content-text"> <p class="list-content-text">
<span>预算金款:</span> <span>预算金款:</span>
<span>{{textList.projectAmount||'--'}}万元</span> <span v-if="textList.projectAmount">{{textList.projectAmount}}万元</span>
<span v-else>--</span>
</p> </p>
<p class="list-content-text"> <p class="list-content-text">
<span>联系方式:</span> <span>联系方式:</span>
...@@ -76,7 +80,7 @@ ...@@ -76,7 +80,7 @@
<img v-if="showimg" src="@/assets/images/bxpro/original1.png"> <img v-if="showimg" src="@/assets/images/bxpro/original1.png">
<img v-else src="@/assets/images/bxpro/original.png"> <img v-else src="@/assets/images/bxpro/original.png">
<span> <span>
<a :href="textList.url">原文链接</a> <a :href="textList.url" target="_blank">原文链接</a>
</span> </span>
</div> </div>
<div class="main3-box" v-html="textList.content"> <div class="main3-box" v-html="textList.content">
......
...@@ -129,6 +129,11 @@ ...@@ -129,6 +129,11 @@
</div> </div>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
<p class="list-titel"> <p class="list-titel">
...@@ -261,7 +266,7 @@ export default { ...@@ -261,7 +266,7 @@ export default {
conditionsArr: [], conditionsArr: [],
tableData:[], tableData:[],
total:6000, total:0,
page: 1, page: 1,
limit: 20, limit: 20,
}; };
......
...@@ -149,6 +149,11 @@ ...@@ -149,6 +149,11 @@
</div> </div>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
<p class="list-titel"> <p class="list-titel">
...@@ -206,7 +211,7 @@ ...@@ -206,7 +211,7 @@
<div class="list-content list-addree" v-if="item.projectScale"> <div class="list-content list-addree" v-if="item.projectScale">
<p class="list-content-text"> <p class="list-content-text">
<span class="content-text-gc">工程规模:</span> <span class="content-text-gc">工程规模:</span>
<span class="content-text-p">{{item.projectScale||'--'}}</span> <span class="content-text-p" v-html="item.projectScale"></span>
</p> </p>
</div> </div>
...@@ -818,6 +823,7 @@ export default { ...@@ -818,6 +823,7 @@ export default {
background: #F6F9FC; background: #F6F9FC;
cursor: pointer; cursor: pointer;
} }
.pagination{ .pagination{
padding: 14px ; padding: 14px ;
.el-pagination{ .el-pagination{
......
...@@ -185,6 +185,11 @@ ...@@ -185,6 +185,11 @@
</div> </div>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
<p class="list-titel"> <p class="list-titel">
......
...@@ -224,6 +224,11 @@ ...@@ -224,6 +224,11 @@
</div> </div>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
...@@ -483,7 +488,7 @@ ...@@ -483,7 +488,7 @@
], ],
tableData:[], tableData:[],
total:6000, total:0,
page:1, page:1,
pageSize:20 pageSize:20
}; };
......
...@@ -183,6 +183,11 @@ ...@@ -183,6 +183,11 @@
<span>导出EXCEL</span> <span>导出EXCEL</span>
</p> </p>
</div> </div>
<div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0"> <ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
<p class="list-titel"> <p class="list-titel">
......
...@@ -341,36 +341,83 @@ ...@@ -341,36 +341,83 @@
</div> </div>
</div> </div>
<div class="table-item"> <div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<div class="table-item" v-if="tableData.length>0">
<el-table :data="tableData" element-loading-text="Loading" border fit highlight-current-row> <el-table :data="tableData" element-loading-text="Loading" border fit highlight-current-row>
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{(page - 1) *20 + scope.$index + 1}}</span> <span>{{(page - 1) *20 + scope.$index + 1}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="发布日期" width="160" > <el-table-column label="发布日期" width="100" >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.pubdate||'--'}} {{ scope.row.pubdate||'--'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="项目名称" > <el-table-column label="项目名称" >
<template slot-scope="scope"> <template slot-scope="scope">
<router-link :to="'/radar/bxprozbgg/details/'+ scope.row.id" tag="a" class="list-titel-a" v-html="scope.row.projectName"></router-link> <router-link :to="'/radar/bxprozbgg/details/'+ scope.row.id" tag="a" class="list-titel-a" v-html="scope.row.projectName"></router-link>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="工程用途" width="200" > <el-table-column label="工程用途" width="161" >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.projectPurposes||'--'}} {{ scope.row.projectPurposes||'--'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="zj" label="项目金额" width="200" > <el-table-column prop="zj" label="项目金额" width="161" >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.projectAmount||'--'}} {{ scope.row.projectAmount||'--'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="zj" label="债券保证金(万元)" width="146" >
<template slot-scope="scope">
{{ scope.row.projectEnsureAmount||'--'}}
</template>
</el-table-column>
<el-table-column prop="zj" label="评标办法" width="106" >
<template slot-scope="scope">
{{ scope.row.bidAssessmentWay||'--'}}
</template>
</el-table-column>
<el-table-column prop="zj" label="评标委员会有无业主代表" width="176" >
<template slot-scope="scope">
<template v-if="scope.row.bidMettingHasProjectUnit==1">
</template>
<template v-else-if="scope.row.bidMettingHasProjectUnit==2">
</template>
<template v-else>
--
</template>
</template>
</el-table-column>
<el-table-column prop="zj" label="有无预付款" width="94" >
<template slot-scope="scope">
<template v-if="scope.row.hasAdvanceAmount==1">
</template>
<template v-else-if="scope.row.hasAdvanceAmount==2">
</template>
<template v-else>
--
</template>
</template>
</el-table-column>
<el-table-column prop="zj" label="招标人" width="312" >
<template slot-scope="scope">
<router-link :to="'/company/'+encodeStr(scope.row.tendereeId) " tag="a" class="list-titel-a" v-html="scope.row.tenderee"></router-link>
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
...@@ -408,6 +455,7 @@ ...@@ -408,6 +455,7 @@
}, },
data(){ data(){
return{ return{
encodeStr,
allDownloadList:[], allDownloadList:[],
province:[ province:[
{ {
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</div> </div>
<div class="bottomlist" v-if="tableData.length>0"> <div class="bottomlist">
<div class="bottomlist-title"> <div class="bottomlist-title">
<p>共有{{total}}条</p> <p>共有{{total}}条</p>
<p> <p>
...@@ -97,7 +97,12 @@ ...@@ -97,7 +97,12 @@
<span>导出EXCEL</span> <span>导出EXCEL</span>
</p> </p>
</div> </div>
<ul class="bottomlist-content"> <div class="table-item-jf1" v-if="tableData.length==0">
<img class="item-jf-img" src="@/assets/images/kong.png" alt="">
<div class="item-jf-titel">抱歉,没找到相关数据!</div>
<div class="item-jf-text">建议调整关键词或筛选条件,重新搜索!</div>
</div>
<ul class="bottomlist-content" v-if="tableData.length>0">
<li class="bottomlist-list" v-for="item in tableData"> <li class="bottomlist-list" v-for="item in tableData">
<p class="list-titel"> <p class="list-titel">
<router-link :to="'/radar/debtProject/details/'+item.uuid " tag="a" class="list-titel-a" v-html="item.projectName"></router-link> <router-link :to="'/radar/debtProject/details/'+item.uuid " tag="a" class="list-titel-a" v-html="item.projectName"></router-link>
......
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<el-table-column prop="tenderDate" label="招标日期" width="220" /> <el-table-column prop="tenderDate" label="招标日期" width="220" />
<el-table-column prop="actualBondIssueScale" label="专项债规模(亿)" width="260" /> <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 prop="zj" label="是否资本金" width="200" />
<el-table-column label="是否资本金" width="200"> <el-table-column label="是否资本金" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.isUsedCapital==1"></span> <span v-if="scope.row.isUsedCapital==1"></span>
......
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