|
@@ -13,7 +13,7 @@
|
|
|
</el-form>
|
|
|
</el-header>
|
|
|
<el-main class="padding_10">
|
|
|
- <el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header" max-height="calc(100% - 0px)">
|
|
|
+ <el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header" height="calc(100% - 0px)">
|
|
|
<el-table-column type="index" label="#" width="55" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ (scope.$index + 1) + ((queryParams.current - 1) * queryParams.size) }}</span>
|