mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #2952 from jumpserver/pr@dev@user_asset_detail_add_id
perf: user asset detail add id
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
||||
url: `/api/v1/assets/assets/${this.object.id}/`,
|
||||
object: this.object,
|
||||
fields: [
|
||||
'name',
|
||||
'id', 'name',
|
||||
{
|
||||
key: this.$t('assets.Category'),
|
||||
value: this.object.category.label
|
||||
|
||||
@@ -176,8 +176,8 @@ export default {
|
||||
return <img src={this.object.avatar_url} alt='' height='50'/>
|
||||
}
|
||||
},
|
||||
'name', 'username', 'email', 'phone', 'wecom_id',
|
||||
'dingtalk_id', 'feishu_id',
|
||||
'id', 'name', 'username', 'email', 'phone',
|
||||
'wecom_id', 'dingtalk_id', 'feishu_id',
|
||||
{
|
||||
key: this.$t('users.Role'),
|
||||
formatter: (item, val) => {
|
||||
|
||||
Reference in New Issue
Block a user