更新细节
This commit is contained in:
parent
d09a7289ca
commit
e32b2cee5f
|
@ -25,13 +25,14 @@
|
|||
</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.nickname }}
|
||||
</el-form-item>
|
||||
<el-form-item label="账号:">
|
||||
{{ formData.account }}
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="真实姓名:">
|
||||
{{ formData.real_name || '-' }}
|
||||
<popover-input
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<el-table-column label="注册时间" prop="create_time" min-width="120" />
|
||||
<el-table-column label="操作" width="200" align="center" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button v-perms="['land.land/lists']" type="primary" link>
|
||||
<el-button type="primary" link>
|
||||
<router-link
|
||||
:to="{
|
||||
path: getRoutePath('land.land/lists'),
|
||||
|
|
Loading…
Reference in New Issue