| | |
| | | <el-table-column label="用户姓名" align="center" key="userName" prop="userName" v-if="columns[2].visible" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="性别" align="center" key="sex" prop="sex" v-if="columns[2].visible" :show-overflow-tooltip="true" > |
| | | |
| | | <template slot-scope="scope">{{scope.row.sex==0? '男': '女'}}</template> |
| | | <template slot-scope="scope">{{scope.row.sex===0? '男': '女'}}</template> |
| | | |
| | | </el-table-column> |
| | | <!-- <el-table-column label="手机号码" align="center" key="phonenumber" prop="phonenumber" v-if="columns[4].visible" width="120" /> --> |