更新细节

This commit is contained in:
yaooo 2023-12-06 15:23:14 +08:00
parent d09a7289ca
commit e32b2cee5f
2 changed files with 5 additions and 4 deletions

View File

@ -25,13 +25,14 @@
</div> </div>
</div> --> </div> -->
</div> </div>
<el-form-item label="账号:">
{{ formData.account }}
</el-form-item>
<el-form-item label="用户编号:"> {{ formData.sn }} </el-form-item> <el-form-item label="用户编号:"> {{ formData.sn }} </el-form-item>
<el-form-item label="用户昵称:"> <el-form-item label="用户昵称:">
{{ formData.nickname }} {{ formData.nickname }}
</el-form-item> </el-form-item>
<el-form-item label="账号:">
{{ formData.account }}
</el-form-item>
<el-form-item label="真实姓名:"> <el-form-item label="真实姓名:">
{{ formData.real_name || '-' }} {{ formData.real_name || '-' }}
<popover-input <popover-input

View File

@ -50,7 +50,7 @@
<el-table-column label="注册时间" prop="create_time" min-width="120" /> <el-table-column label="注册时间" prop="create_time" min-width="120" />
<el-table-column label="操作" width="200" align="center" fixed="right"> <el-table-column label="操作" width="200" align="center" fixed="right">
<template #default="{ row }"> <template #default="{ row }">
<el-button v-perms="['land.land/lists']" type="primary" link> <el-button type="primary" link>
<router-link <router-link
:to="{ :to="{
path: getRoutePath('land.land/lists'), path: getRoutePath('land.land/lists'),