|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div class="record-warp">
|
|
|
<div class="record-main">
|
|
|
- <el-row>
|
|
|
+ <el-row >
|
|
|
<el-col :span="24">
|
|
|
- <div class="search-head">
|
|
|
+ <div class="search-head" style="padding-bottom:10px">
|
|
|
<el-input v-model="name" clearable placeholder="请输入姓名"></el-input
|
|
|
>
|
|
|
|
|
@@ -20,14 +20,6 @@
|
|
|
:props="{ checkStrictly: true }"
|
|
|
clearable
|
|
|
></el-cascader>
|
|
|
- <!-- <el-select v-model="channel" placeholder="请选择所属组织架构">
|
|
|
- <el-option
|
|
|
- :label="item.name"
|
|
|
- :value="item.id"
|
|
|
- v-for="item in channelList"
|
|
|
- :key="item.id"
|
|
|
- ></el-option>
|
|
|
- </el-select> -->
|
|
|
|
|
|
<!-- <span style="font-size: 16px;">性别:</span> -->
|
|
|
<div style="display: flex; flex-direction: row; align-items: center">
|
|
@@ -55,13 +47,13 @@
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row class="add_user_class">
|
|
|
+ <!-- <el-row class="add_user_class">
|
|
|
<el-col :span="24">
|
|
|
<div class="search-head"></div>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
|
|
|
- <div class="table-content">
|
|
|
+ <div class="table-content" style="flex: 1;overflow:auto">
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
:row-style="{ height: '0px' }"
|
|
@@ -113,34 +105,6 @@
|
|
|
<span> 删除 </span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <el-popconfirm
|
|
|
- v-if="scope.row.state != 0"
|
|
|
- title="确定删除吗?"
|
|
|
- placement="top"
|
|
|
- @confirm="deleteUser(scope.$index, scope.row)"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- size="small"
|
|
|
- style="margin-left: 10px"
|
|
|
- type="text"
|
|
|
- slot="reference"
|
|
|
- >删除</el-button
|
|
|
- >
|
|
|
- </el-popconfirm>
|
|
|
- <el-popconfirm
|
|
|
- v-if="scope.row.state != 0"
|
|
|
- title="密码将重置为123456"
|
|
|
- placement="top"
|
|
|
- @confirm="resetUser(scope.$index, scope.row)"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- size="small"
|
|
|
- style="margin-left: 10px"
|
|
|
- type="text"
|
|
|
- slot="reference"
|
|
|
- >重置密码</el-button
|
|
|
- >
|
|
|
- </el-popconfirm> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -619,6 +583,8 @@ export default {
|
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
|
overflow-y: auto;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
|
|
|
.search-head {
|
|
|
width: 100%;
|