perf: 优化账号详情字段显示

This commit is contained in:
“huailei000”
2023-04-17 19:36:50 +08:00
committed by huailei
parent afc4bea076
commit 2a6406a8fb

View File

@@ -214,6 +214,9 @@ export default {
params: { id: this.object.asset.id }
}
return <router-link to={route} >{ value }</router-link>
},
su_from: (item, value) => {
return <span>{value?.name ? value?.name + `(${value?.username})` : ''}</span>
}
}
}