权限管理完善

This commit is contained in:
王兴凯 2026-04-23 18:33:39 +08:00
parent f01e6d926f
commit 4b63f9d00f
2 changed files with 6 additions and 6 deletions

View File

@ -159,7 +159,7 @@
> >
<span>登录</span> <span>登录</span>
</a-button> </a-button>
<a-button <!-- <a-button
type="link" type="link"
size="mini" size="mini"
block block
@ -167,14 +167,14 @@
:style="{ marginTop: '10px', border: 'none' }" :style="{ marginTop: '10px', border: 'none' }"
> >
忘记密码 忘记密码
</a-button> </a-button> -->
<!-- 忘记密码 --> <!-- 忘记密码 -->
</a-form> </a-form>
</a-tab-pane> </a-tab-pane>
<!-- 短信登录 Tab (占位) --> <!-- 短信登录 Tab (占位) -->
<a-tab-pane key="sms" tab="短信登录"> <!-- <a-tab-pane key="sms" tab="短信登录">
<a-form <a-form
:model="loginData" :model="loginData"
:rules="loginRules" :rules="loginRules"
@ -231,7 +231,7 @@
<span>登录</span> <span>登录</span>
</a-button> </a-button>
</a-form> </a-form>
</a-tab-pane> </a-tab-pane> -->
</a-tabs> </a-tabs>
</div> </div>
</div> </div>

View File

@ -923,7 +923,7 @@ function handleClearSelection() {
:header-cell-style="{ background: 'rgb(250 250 250)', color: ' #383838', height: '50px' }"> :header-cell-style="{ background: 'rgb(250 250 250)', color: ' #383838', height: '50px' }">
<el-table-column type="selection" width="50" align="center" /> <el-table-column type="selection" width="50" align="center" />
<el-table-column type="index" label="序号" width="70" align="center" /> <el-table-column type="index" label="序号" width="70" align="center" />
<el-table-column prop="nickname" label="用户姓名" width="100"></el-table-column> <el-table-column prop="nickname" label="用户姓名" width="140"></el-table-column>
<!-- <el-table-column prop="avatar" label="头像"></el-table-column> --> <!-- <el-table-column prop="avatar" label="头像"></el-table-column> -->
<el-table-column prop="email" label="邮箱"></el-table-column> <el-table-column prop="email" label="邮箱"></el-table-column>
<el-table-column prop="phone" label="手机号" min-width="90"></el-table-column> <el-table-column prop="phone" label="手机号" min-width="90"></el-table-column>
@ -948,7 +948,7 @@ function handleClearSelection() {
{{ dateFormat(scope.row.lastmodifydate) }} {{ dateFormat(scope.row.lastmodifydate) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed="right" label="操作" width="110"> <el-table-column fixed="right" label="操作" width="130">
<template #default="scope"> <template #default="scope">
<span <span
style="display: flex;display: -webkit-flex;justify-content: space-around;-webkit-justify-content: space-around; "> style="display: flex;display: -webkit-flex;justify-content: space-around;-webkit-justify-content: space-around; ">