|
|
@ -56,7 +56,7 @@ |
|
|
|
</div> |
|
|
|
<div class=""> |
|
|
|
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%;" @selection-change="handleSelectionChange" show-summary :summary-method="getSummaries"> |
|
|
|
<el-table-column fixed type="selection" align="center" width="50" /> |
|
|
|
<el-table-column fixed type="selection" align="center" width="80" /> |
|
|
|
<el-table-column fixed label="序号" type="index" :index="indexMethod" align="center" width="80" /> |
|
|
|
<el-table-column fixed label="操作" align="center" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|