|
|
@ -26,79 +26,81 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="div_data"> |
|
|
|
<div class="div_tips"> |
|
|
|
<cpt-card> |
|
|
|
<div class="div_coverage"> |
|
|
|
|
|
|
|
<div class="coverage_item" |
|
|
|
@click="handleClickCoverage(index)" |
|
|
|
v-for="(item,index) in coverageTypesList" |
|
|
|
:key="index"> |
|
|
|
<img :src="item.select?selImg:noSelImg" /> |
|
|
|
<span>{{item.label}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="div_category"> |
|
|
|
<div v-for="(item,index) in categoryListshow" |
|
|
|
:key="index" |
|
|
|
class="category_item"> |
|
|
|
|
|
|
|
<cpt-card class="div_tips"> |
|
|
|
<div v-for="(colItem,colIndex) in item" |
|
|
|
:key="colIndex" |
|
|
|
class="list_item" |
|
|
|
@click="handleClickCategory(index,colIndex)"> |
|
|
|
<img :src="colItem.dataIcon" |
|
|
|
alt /> |
|
|
|
<div :class="['item_content',colItem.sel?'item_content_sel':'']">{{colItem.categoryName}} |
|
|
|
|
|
|
|
<div class="div_coverage"> |
|
|
|
|
|
|
|
<div class="coverage_item" |
|
|
|
@click="handleClickCoverage(index)" |
|
|
|
v-for="(item,index) in coverageTypesList" |
|
|
|
:key="index"> |
|
|
|
<img :src="item.select?selImg:noSelImg" /> |
|
|
|
<span>{{item.label}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="div_category"> |
|
|
|
<div v-for="(item,index) in categoryListshow" |
|
|
|
:key="index" |
|
|
|
class="category_item"> |
|
|
|
|
|
|
|
<div v-for="(colItem,colIndex) in item" |
|
|
|
:key="colIndex" |
|
|
|
class="list_item" |
|
|
|
@click="handleClickCategory(index,colIndex)"> |
|
|
|
<img :src="colItem.dataIcon" |
|
|
|
alt /> |
|
|
|
<div :class="['item_content',colItem.sel?'item_content_sel':'']">{{colItem.categoryName}} |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</cpt-card> |
|
|
|
|
|
|
|
<cpt-card class="div_info"> |
|
|
|
<div class="div_search_list"> |
|
|
|
<el-input size="mini" |
|
|
|
WarningColor='warning' |
|
|
|
placeholder="请输入搜索内容" |
|
|
|
v-model="search"> |
|
|
|
<i slot="prefix" |
|
|
|
class="icon"> |
|
|
|
<img src="../../../../../assets/img/modules/visual/sousuo.png" |
|
|
|
alt /> |
|
|
|
</i> |
|
|
|
</el-input> |
|
|
|
|
|
|
|
<div class="btn" |
|
|
|
@click="handleSearch">搜索</div> |
|
|
|
</cpt-card> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="m-tb"> |
|
|
|
<div class="div_info"> |
|
|
|
<cpt-card> |
|
|
|
<div class="div_search_list"> |
|
|
|
<el-input size="mini" |
|
|
|
WarningColor='warning' |
|
|
|
placeholder="请输入搜索内容" |
|
|
|
v-model="search"> |
|
|
|
<i slot="prefix" |
|
|
|
class="icon"> |
|
|
|
<img src="../../../../../assets/img/modules/visual/sousuo.png" |
|
|
|
alt /> |
|
|
|
</i> |
|
|
|
</el-input> |
|
|
|
|
|
|
|
<div class="tb"> |
|
|
|
<cpt-tb :col-list="demand.colList" |
|
|
|
:loading="demand.loading" |
|
|
|
:header="demand.header" |
|
|
|
:list="demand.list" |
|
|
|
@handleClickRow="handleClickRow"></cpt-tb> |
|
|
|
<div class="btn" |
|
|
|
@click="handleSearch">搜索</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="m-pagination"> |
|
|
|
<el-pagination :current-page="demand.pageNo" |
|
|
|
:page-size="demand.pageSize" |
|
|
|
:total="demand.total" |
|
|
|
background |
|
|
|
layout="prev, pager, next,total" |
|
|
|
@current-change="handlePageNoChange_demand"> |
|
|
|
</el-pagination> |
|
|
|
<div class="m-tb"> |
|
|
|
|
|
|
|
<div class="tb"> |
|
|
|
<cpt-tb :col-list="demand.colList" |
|
|
|
:loading="demand.loading" |
|
|
|
:header="demand.header" |
|
|
|
:list="demand.list" |
|
|
|
@handleClickRow="handleClickRow"></cpt-tb> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="m-pagination"> |
|
|
|
<el-pagination :current-page="demand.pageNo" |
|
|
|
:page-size="demand.pageSize" |
|
|
|
:total="demand.total" |
|
|
|
background |
|
|
|
layout="prev, pager, next,total" |
|
|
|
@current-change="handlePageNoChange_demand"> |
|
|
|
</el-pagination> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</cpt-card> |
|
|
|
</cpt-card> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|