mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
fix: 用户管理
This commit is contained in:
parent
ad1da60f65
commit
ca735e232c
|
@ -21,7 +21,7 @@
|
|||
<el-table-column property="name" label="姓名" width="120" align="center" />
|
||||
<el-table-column label="手机号" width="220" align="center">
|
||||
<template #default="scope">{{
|
||||
scope.row.phone.slice(0, 3) + '****' + scope.row.phone.slice(7)
|
||||
scope.row.phone?(scope.row.phone.slice(0, 3) + '****' + scope.row.phone.slice(7)):''
|
||||
}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
Loading…
Reference in New Issue
Block a user