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
}, },
......
...@@ -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;
......
<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>
......
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