Commit e64b04db authored by danfuman's avatar danfuman

修改

parent 8c2c519c
......@@ -22,7 +22,7 @@
import SearchResult from '../components/SearchResult'
export default {
name: 'SearchAptitude',
name: 'historySearch',
components: {
SearchResult
},
......
......@@ -12,7 +12,7 @@
<!--<el-tab-pane label="历史批量查询结果" name="third"></el-tab-pane>-->
<!--</el-tabs>-->
<!--</div>-->
<SearchAptitude @changeActiveName="activeName = 'third'" v-if="activeName === 'first'"></SearchAptitude>
<SearchAptitude></SearchAptitude>
<!--<AptitudeStandard v-if="activeName === 'second'"></AptitudeStandard>-->
<!--<SearchResult v-if="activeName === 'third'"></SearchResult>-->
......@@ -22,7 +22,7 @@
import SearchAptitude from '../components/SearchAptitude'
export default {
name: 'SearchAptitude',
name: 'zizhi',
components: {
SearchAptitude
},
......
......@@ -22,7 +22,7 @@
import AptitudeStandard from '../components/AptitudeStandard'
export default {
name: 'AptitudeStandard',
name: 'zzStandard',
components: {
AptitudeStandard
},
......
......@@ -75,4 +75,4 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
......@@ -28,7 +28,7 @@
添加资质
</span>
</div>
</div>
......@@ -85,7 +85,7 @@
{{scope.row.serial||"--"}}
</template>
</el-table-column>
<el-table-column :resizable="false" label="资质名称" fixed width="273">
<template slot-scope="scope">
{{scope.row.name||"--"}}
......@@ -98,7 +98,7 @@
</template>
</el-table-column>
<el-table-column :resizable="false" label="发证日期" width="119">
<template slot-scope="scope">
{{scope.row.issuTime||"--"}}
......@@ -231,7 +231,7 @@ export default {
{
nameStr: '',
codeStr: [],
}
],
queryTypelist: [
......@@ -486,8 +486,8 @@ export default {
margin: 30px;
}
</style>
<style lang="scss" scoped>
<style lang="scss" scoped>
::v-deep .search_aptittude_success_dialog{
border-radius: 4px;
.el-dialog__header{
......@@ -570,7 +570,7 @@ export default {
text-align: center;
cursor: pointer;
}
}
.item_ckquery_list {
......@@ -688,7 +688,7 @@ export default {
.content_item_padding0 {
padding: 0;
}
}
.bottomlist {
width: 100%;
......@@ -767,7 +767,7 @@ export default {
::v-deep.el-table__fixed::before {
height: 0;
}
.el-table {
th,
......@@ -815,13 +815,13 @@ export default {
::v-deep .el-table__header-wrapper {
position: sticky;
top: 56px;
top: -16px;
z-index: 9;
}
::v-deep .el-table__fixed-header-wrapper {
position: sticky;
z-index: 9;
top: 56px;
top: -16px;
}
::v-deep .el-table__fixed {
overflow-x: clip;
......@@ -838,7 +838,7 @@ export default {
.line_2{
overflow:hidden;
text-overflow:ellipsis;
line-clamp:2;
line-clamp:2;
display:-webkit-box;
text-overflow:-o-ellipsis-lastline;
-webkit-line-clamp:2;
......@@ -888,6 +888,6 @@ export default {
float:right;
margin-top: 12px;
margin-right: -10px;
}
}
}
</style>
\ No newline at end of file
</style>
<template>
<div class="search_result_box">
<el-table :data="tableData" :header-cell-style="{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'"
class="table-item1 fixed-table" border highlight-current-row>
class="table-item1" border highlight-current-row>
<el-table-column :resizable="false" type="index" label="序号" fixed width="60">
<template slot-scope="scope">
<span>{{(pageNum - 1) *pageSize + scope.$index + 1}}</span>
......@@ -19,7 +19,7 @@
</template>
</el-table-column>
<el-table-column :resizable="false" label="操作" width="154">
<template slot-scope="scope">
<a class="download_span" :href="scope.row.url" v-if="scope.row.url">下载</a>
......@@ -85,5 +85,5 @@ export default {
cursor: pointer;
}
}
</style>
\ No newline at end of file
</style>
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