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