Commit 652a71df authored by danfuman's avatar danfuman

代码合并

parent 0dd5c96f
...@@ -8,13 +8,14 @@ ...@@ -8,13 +8,14 @@
:isExcel="false" :isExcel="false"
@handle-search="handleSearch" @handle-search="handleSearch"
/> />
<div> <div style="margin-bottom: 20px;">
<!--certificateList--> <!--certificateList-->
<div class="item_ckquery"> <div class="item_ckquery" :style="height?'height:'+height+'':'height: 60px'">
<template v-for="(item,index) in certificateList"> <template v-for="(item,index) in certificateList">
<span :class="{'color_text':queryParams.qualificationType === item.qualificationType}" @click="changeType(item.qualificationType)">{{item.qualificationName}}{{item.companyCount}}</span> <span :class="{'color_text':queryParams.qualificationType === item.qualificationType}" @click="changeType(item.qualificationType)">{{item.qualificationName}}{{item.companyCount}}</span>
</template> </template>
</div> </div>
<el-divider v-if="certificateList.length > 10 && !height" @click="moreClick()">更多<span></span></el-divider>
</div> </div>
<skeleton style="margin-left:16px;" v-if="isSkeleton"></skeleton> <skeleton style="margin-left:16px;" v-if="isSkeleton"></skeleton>
<tables <tables
...@@ -75,7 +76,8 @@ ...@@ -75,7 +76,8 @@
tableDataTotal:0, tableDataTotal:0,
title:'', title:'',
rowData:'', rowData:'',
certificateList:[] certificateList:[],
height:''
} }
}, },
created() { created() {
...@@ -120,6 +122,9 @@ ...@@ -120,6 +122,9 @@
this.queryParams.pageSize=20; this.queryParams.pageSize=20;
this.handleQuery() this.handleQuery()
}, },
moreClick(){
this.height='auto'
},
} }
} }
...@@ -139,6 +144,7 @@ ...@@ -139,6 +144,7 @@
.item_ckquery{ .item_ckquery{
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
overflow: hidden;
span{ span{
color: #232323; color: #232323;
padding: 3px 10px; padding: 3px 10px;
...@@ -177,5 +183,28 @@ ...@@ -177,5 +183,28 @@
background: #F0F3FA; background: #F0F3FA;
} }
} }
::v-deep .el-divider{
/*width: calc(100% - 107px);*/
margin-top: 12px;
.el-divider__text{
cursor: pointer;
span{
display: inline-block;
width: 16px;
height: 16px;
position: relative;
top: 2px;
background: url('../../../../assets/images/down.png');
background-size: 16px 16px;
}
&:hover{
color: #0081FF;
span{
background: url('../../../../assets/images/down1.png');
background-size: 16px 16px;
}
}
}
}
} }
</style> </style>
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -59,7 +58,6 @@ ...@@ -59,7 +58,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -98,7 +96,6 @@ ...@@ -98,7 +96,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -66,7 +65,6 @@ ...@@ -66,7 +65,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -107,7 +105,6 @@ ...@@ -107,7 +105,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -143,7 +140,6 @@ ...@@ -143,7 +140,6 @@
:summary-method="getSummaries" :summary-method="getSummaries"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -182,7 +178,6 @@ ...@@ -182,7 +178,6 @@
:summary-method="getSummaries1" :summary-method="getSummaries1"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
...@@ -225,7 +220,6 @@ ...@@ -225,7 +220,6 @@
:summary-method="getSummaries2" :summary-method="getSummaries2"
fit fit
highlight-current-row highlight-current-row
:default-sort = "{prop: 'count', order: 'descending'}"
> >
<el-table-column label="序号" width="60"> <el-table-column label="序号" width="60">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
......
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