|
@@ -20,7 +20,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
<!--列表-->
|
|
<!--列表-->
|
|
- <el-table :data="list" highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;">
|
|
|
|
|
|
+ <el-table :data="list" highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;">
|
|
<el-table-column type="index" width="60">
|
|
<el-table-column type="index" width="60">
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
{{scope.$index+1+(page-1)*size}}
|
|
{{scope.$index+1+(page-1)*size}}
|