|
|
@ -48,7 +48,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="50px"/> |
|
|
|
<el-table-column fixed type="selection" align="center" width="80"/> |
|
|
|
<el-table-column fixed label="序号" type="index" :index="indexMethod" align="center" width="80px"/> |
|
|
|
<el-table-column fixed label="操作" align="center" width="180px" > |
|
|
|
<template slot-scope="scope"> |
|
|
|