|
@@ -77,6 +77,7 @@
|
|
|
<el-table-column
|
|
|
prop="RealName"
|
|
|
label="姓名"
|
|
|
+ width="200"
|
|
|
align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag size="small"
|
|
@@ -113,7 +114,7 @@
|
|
|
<span :style="{color:scope.row.Enabled===0?'#FF0000':null}">{{scope.row.Enabled===0?'禁用':'启用'}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="300">
|
|
|
+ <el-table-column label="操作" align="center" width="300" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<div style="color:#4099ef; font-size:24px;display: flex;gap:0 10px;">
|
|
|
<span v-permission="permissionBtn.sysDepartPermission.sysDepart_saveUser"
|
|
@@ -1406,7 +1407,7 @@ export default {
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
overflow-y: hidden;
|
|
|
- z-index: 2;
|
|
|
+ z-index: 3;
|
|
|
box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
|
|
|
border: 1px solid #ececec;
|
|
|
padding: 60px 30px;
|