|
|
@@ -38,9 +38,7 @@
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
|
-<!-- <el-table v-loading="loading" :data="collectionList" @selection-change="handleSelectionChange">-->
|
|
|
- <el-table v-loading="loading" :data="collectionList">
|
|
|
- <el-table-column type="selection" width="55" align="center"/>
|
|
|
+ <el-table v-loading="loading" :data="collectionList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column label="用户" align="center" prop="userName"/>
|
|
|
<el-table-column label="性别" align="center" prop="sex">
|
|
|
<template slot-scope="scope">
|