|
@@ -109,7 +109,387 @@
|
|
|
<p>项目预算/项目规模:少量预算金额、中标金额未公开或为空的项目,在计算项目总预算、总规模时不参与统计;</p>
|
|
|
<p>项目重复统计:一个招标项目可能同属于多个关键词组,故各关键词组的数据统计之和可能大于整体市场的统计。</p>
|
|
|
</div>
|
|
|
- <van-tabs v-model:active="tabActive" sticky>
|
|
|
+ <div v-if="utils.getParam('type')!='member'">
|
|
|
+ <!-- 项目数量 1-->
|
|
|
+ <div class="chart count_chart" v-if="isShow.show_1">
|
|
|
+ <div class="chart_title">项目数量</div>
|
|
|
+ <div>
|
|
|
+ <ve-histogram
|
|
|
+ height="284px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="pCountData"
|
|
|
+ :after-config="barConfig1 "
|
|
|
+ :extend="barChart.chartExtend">
|
|
|
+ </ve-histogram>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_count')" class="mark-words">分析市场年度项目增长趋势!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 项目规模 2-->
|
|
|
+ <div class="chart scale_chart" v-if="isShow.show_2">
|
|
|
+ <div class="chart_title">项目规模</div>
|
|
|
+ <div>
|
|
|
+ <ve-histogram
|
|
|
+ height="284px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="pScaleData"
|
|
|
+ :after-config="barConfig2"
|
|
|
+ :settings="settings1"
|
|
|
+ :extend="barChart.chartExtend">
|
|
|
+ </ve-histogram>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_bidamount_count')" class="mark-words">分析年度市场容量,挖掘销售商机!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目数量 3-->
|
|
|
+ <div class="chart scale_chart" v-if="isShow.show_3">
|
|
|
+ <div class="chart_title">本月项目数量</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in showCurMonthCount" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.item}</span>
|
|
|
+ <span class="item-count" :class="[index < 3 && !getStatus ? 'shade': '']">${item.count}个</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count" :class="index > 2 ? 'blue-progress' : 'yellow-progress'" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="curMonthCount.list.length > 5 && !curMonthCount.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <span @click="curMonthCount.showAll = true">查看更多</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_matchitem_count')" class="mark-words">分析行业市场容量,为企业决策提供数据支持!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目规模 4-->
|
|
|
+ <div class="chart month_scale_chart" v-if="isShow.show_4">
|
|
|
+ <div class="chart_title">本月项目规模</div>
|
|
|
+ <div>
|
|
|
+ <ve-histogram
|
|
|
+ height="284px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="curMonthScaleData"
|
|
|
+ :settings="settings2"
|
|
|
+ :after-config="monthScaleConfig"
|
|
|
+ :extend="barChart2.chartExtend">
|
|
|
+ </ve-histogram>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_matchitem_bidamount')" class="mark-words">对比项目规模、环比增长率,分析市场变化趋势!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目数量分布 5-->
|
|
|
+ <div class="chart month_scale_chart" v-if="isShow.show_5">
|
|
|
+ <div class="chart_title">本月项目数量分布</div>
|
|
|
+ <div>
|
|
|
+ <ve-map
|
|
|
+ height="400px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="mapCountData"
|
|
|
+ :after-config="mapCountConfig"
|
|
|
+ :settings="mapSettings.chartSettings"
|
|
|
+ :extend="mapSettings.chartExtend">
|
|
|
+ </ve-map>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_area_count')" class="mark-words">直观获取各省市场区域热度,帮助挖掘和拓展商机!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目规模分布 6-->
|
|
|
+ <div class="chart" v-if="isShow.show_6">
|
|
|
+ <div class="chart_title">本月项目规模分布</div>
|
|
|
+ <div>
|
|
|
+ <ve-map
|
|
|
+ height="400px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="mapScaleData"
|
|
|
+ :after-config="mapScaleConfig"
|
|
|
+ :settings="mapSettings2.chartSettings"
|
|
|
+ :extend="mapSettings2.chartExtend">
|
|
|
+ </ve-map>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" @click="goCollect('month_project_area_bidamount')" class="mark-words">全面分析各省市场容量,帮助拓展渠道和市场!<em class="mark-icon-right"></em></div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目数量TOP10采购行业 7-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_7 && getStatus">
|
|
|
+ <!-- <div class="chart_title">本月项目数量TOP10采购行业</div> -->
|
|
|
+ <div class="chart_title">本月项目数量采购行业排行榜</div>
|
|
|
+ <div class="warm_">注:采购行业为“其它”不参与排名</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in showCurMonthCountTop" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.buyerclass}</span>
|
|
|
+ <span class="item-count">${item.count}个</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count" :class="index > 2 ? 'blue-progress' : 'yellow-progress'" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="curMonthCountTop.list.length > 5 && !curMonthCountTop.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <!-- <span @click="curMonthCountTop.showAll = true">查看更多</span> -->
|
|
|
+ <span @click="goTable('curMonthCountTop')">查看全部</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus" >
|
|
|
+ <!-- <p class="example-title">本月项目数量TOP10采购行业</p> -->
|
|
|
+ <p class="example-title">本月项目数量采购行业排行榜</p>
|
|
|
+ <div class="vip_component" style="height:9.92rem;background:url('/common-module/collection/image/report/1.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_1" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/1-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目规模TOP10采购行业 8-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_8 && getStatus">
|
|
|
+ <!-- <div class="chart_title">本月项目规模TOP10采购行业</div> -->
|
|
|
+ <div class="chart_title">本月项目规模采购行业排行榜</div>
|
|
|
+ <div class="warm_">注:采购行业为“其它”不参与排名</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in showCurMonthScaleTop" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.buyerclass}</span>
|
|
|
+ <span class="item-count">${item.bidamount}万元</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count" :class="index > 2 ? 'blue-progress' : 'yellow-progress'" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="curMonthScaleTop.list.length > 5 && !curMonthScaleTop.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <!-- <span @click="curMonthScaleTop.showAll = true">查看更多</span> -->
|
|
|
+ <span @click="goTable('curMonthScaleTop')">查看全部</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <!-- <p class="example-title">本月项目规模TOP10采购行业</p> -->
|
|
|
+ <p class="example-title">本月项目规模采购行业排行榜</p>
|
|
|
+ <div class="vip_component" style="height:9.92rem;background:url('/common-module/collection/image/report/2.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_2" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/2-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目平均规模TOP10采购行业 9-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_9 && getStatus">
|
|
|
+ <!-- <div class="chart_title">本月项目平均规模TOP10采购行业</div> -->
|
|
|
+ <div class="chart_title">本月项目平均规模采购行业排行榜</div>
|
|
|
+ <div class="warm_">注:采购行业为“其它”不参与排名</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in showAverageScaleTop" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.buyerclass}</span>
|
|
|
+ <span class="item-count">${item.average}万元</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count" :class="index > 2 ? 'blue-progress' : 'yellow-progress'" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="averageScaleTop.list.length > 5 && !averageScaleTop.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <!-- <span @click="averageScaleTop.showAll = true">查看更多</span> -->
|
|
|
+ <span @click="goTable('averageScaleTop')">查看全部</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <!-- <p class="example-title">本月项目平均规模TOP10采购行业</p> -->
|
|
|
+ <p class="example-title">本月项目平均规模采购行业排行榜</p>
|
|
|
+ <div class="vip_component" style="height:9.92rem;background:url('/common-module/collection/image/report/3.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_3" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/3-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月中标企业注册地分布 10-->
|
|
|
+ <div class="chart" v-if="isShow.show_10 && getStatus">
|
|
|
+ <div class="chart_title">本月中标企业注册地分布</div>
|
|
|
+ <div>
|
|
|
+ <ve-map
|
|
|
+ ref="chartRegCount"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ height="400px"
|
|
|
+ :data="mapRegionData"
|
|
|
+ :after-config="mapRegCountConfig"
|
|
|
+ :settings="mapSettings3.chartSettings"
|
|
|
+ :extend="mapSettings3.chartExtend">
|
|
|
+ </ve-map>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月中标企业注册地分布</p>
|
|
|
+ <div class="vip_component" style="height:9.8rem;background:url('/common-module/collection/image/report/4.png?v={{Msg "seo" "version"}}') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_4" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/4-1.png?v={{Msg "seo" "version"}}'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月中标企业注册资本分布 11-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_11 && getStatus">
|
|
|
+ <div class="chart_title">本月中标企业注册资本分布</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in regCapitalTop.list" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.range}</span>
|
|
|
+ <span class="item-count">${item.count}个</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count blue-progress" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月中标企业注册资本分布</p>
|
|
|
+ <div class="vip_component" style="height:10.8rem;background:url('/common-module/collection/image/report/5.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_5" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/5-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月中标企业中标项目数量分布 12-->
|
|
|
+ <div class="chart month_scale_chart" v-if="isShow.show_12 && getStatus">
|
|
|
+ <div class="chart_title">本月中标企业中标项目数量分布</div>
|
|
|
+ <div>
|
|
|
+ <ve-histogram
|
|
|
+ height="284px"
|
|
|
+ :init-options="initRendererSvg"
|
|
|
+ :data="curWinEntCountData"
|
|
|
+ :settings="settings3"
|
|
|
+ :extend="barChart3.chartExtend">
|
|
|
+ </ve-histogram>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月中标企业中标项目数量分布</p>
|
|
|
+ <div class="vip_component" style="height:10.24rem;background:url('/common-module/collection/image/report/6.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_6" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/6-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月采购单位排行榜 13-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_13 && getStatus">
|
|
|
+ <div class="chart_title">本月采购单位排行榜</div>
|
|
|
+ <div class="progress-bar-container">
|
|
|
+ <div class="progress-bar-item" v-for="(item,index) in showBuyerTop" :key="index">
|
|
|
+ <div class="item-label">
|
|
|
+ <span class="item-name">${item.buyer}</span>
|
|
|
+ <span class="item-count">${item.count}个</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-progress">
|
|
|
+ <span class="item-progress-count" :class="index > 2 ? 'blue-progress' : 'yellow-progress'" :style="{width: item.parent}"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="buyerTop.list.length > 5 && !buyerTop.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <span @click="buyerTop.showAll = true">查看更多</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月采购单位排行榜</p>
|
|
|
+ <div class="vip_component" style="height:9.76rem;background:url('/common-module/collection/image/report/7.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_7" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/7-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月中标企业排行榜 14-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_14 && getStatus">
|
|
|
+ <div class="chart_title">本月中标企业排行榜</div>
|
|
|
+ <div>
|
|
|
+ <div class="current-list" v-for="(item,index) in showEntWinTop">
|
|
|
+ <div class="win-name">
|
|
|
+ <span v-if="index === 0" class="index first-index">${index + 1}</span>
|
|
|
+ <span v-else-if="index === 1" class="index second-index">${index + 1}</span>
|
|
|
+ <span v-else-if="index === 2" class="index third-index">${index + 1}</span>
|
|
|
+ <span v-else class="index ">${index + 1}</span>
|
|
|
+ <span class="title">${item.winner || '--'}</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">企业类型</span>
|
|
|
+ <span class="i-value">${item.type || '--'}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">企业注册地</span>
|
|
|
+ <span class="i-value">${item.area || '--'} ${item.city}</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">注册资本(万元)</span>
|
|
|
+ <span class="i-value">${item.capital || '--'}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">注册时间</span>
|
|
|
+ <span class="i-value">${item.establish_date || '--'}</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">中标项目数量</span>
|
|
|
+ <span class="i-value">${item.project_count || '--'}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="curMonthEntWin.list.length > 3 && !curMonthEntWin.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <span @click="curMonthEntWin.showAll = true">查看更多</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月中标企业排行榜</p>
|
|
|
+ <div class="vip_component" style="height:10.4rem;background:url('/common-module/collection/image/report/8.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_8" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/8-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 本月项目规模排行榜 15-->
|
|
|
+ <div class="chart rank" v-if="isShow.show_15 && getStatus">
|
|
|
+ <div class="chart_title">本月项目规模排行榜</div>
|
|
|
+ <div>
|
|
|
+ <div class="current-list" v-for="(item,index) in showScaleWin">
|
|
|
+ <div class="win-name">
|
|
|
+ <span v-if="index === 0" class="index first-index">${index + 1}</span>
|
|
|
+ <span v-else-if="index === 1" class="index second-index">${index + 1}</span>
|
|
|
+ <span v-else-if="index === 2" class="index third-index">${index + 1}</span>
|
|
|
+ <span v-else class="index ">${index + 1}</span>
|
|
|
+ <span class="title">${item.projectname}</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">所在地</span>
|
|
|
+ <span class="i-value">${item.area || '--'} ${item.city}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">项目规模(万元)</span>
|
|
|
+ <span>${item.bidamount || '--'}</span>
|
|
|
+ </div>
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">成交时间</span>
|
|
|
+ <span class="i-value">${item.jgtime}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">采购单位</span>
|
|
|
+ <span class="i-value">${item.buyer}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item-double">
|
|
|
+ <div class="item-single">
|
|
|
+ <span class="i-label">中标单位</span>
|
|
|
+ <span class="i-value">${item.winner}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="curMonthScaleWin.list.length > 3 && !curMonthScaleWin.showAll">
|
|
|
+ <div class="more">
|
|
|
+ <span @click="curMonthScaleWin.showAll = true">查看更多</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="!getStatus">
|
|
|
+ <p class="example-title">本月项目规模排行榜</p>
|
|
|
+ <div class="vip_component" style="height:13.04rem;background:url('/common-module/collection/image/report/9.png') no-repeat;background-size:100% 100%">
|
|
|
+ <month-report-example :status="bigStatus" :power="power" type="item_9" imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/report/9-1.png'></month-report-example>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <van-tabs v-else v-model:active="tabActive" sticky>
|
|
|
<van-tab name="0" title="本月分析">
|
|
|
<!-- 项目数量 1-->
|
|
|
<div class="chart count_chart" v-if="isShow.show_1">
|
|
@@ -491,15 +871,15 @@
|
|
|
</div>
|
|
|
</van-tab>
|
|
|
<van-tab name="1" title="本月项目明细">
|
|
|
- <filter-component keyformat="phrases" @confirm="confirm"></filter-component>
|
|
|
+ <filter-component :arealist="area" :keyphraseslist="keywordsList" keyformat="phrases" @confirm="confirm"></filter-component>
|
|
|
<div class="project-detail-list" v-if="Object.keys(projectInfo).length != 0 && projectInfo.list.length > 0">
|
|
|
<project-header @setsort-type="setsortType"></project-header>
|
|
|
- <project-cell :item="item" v-for="item in projectInfo.list" :key="item.id">
|
|
|
- <div class="update-time" v-if="item.lastTime" >
|
|
|
+ <project-cell @set-winner-link="setWinnerLink" @set-link-url="setLinkUrl" :item="item" v-for="item in projectInfo.list" :key="item.id">
|
|
|
+ <div class="update-time">
|
|
|
<div class="update-time-label">
|
|
|
本月项目更新时间:
|
|
|
</div>
|
|
|
- <div class="update-time-content">2023-5-13</div>
|
|
|
+ <div class="update-time-content">${item.lastTime?utils.dateFromNow(item.lastTime*1000):'--'}</div>
|
|
|
</div>
|
|
|
</project-cell>
|
|
|
</div>
|