Commit e64b04db authored by danfuman's avatar danfuman

修改

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