Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-02-17 10:15:49 +08:00
commit 65b81fc633
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,7 @@ export default {
'LastName',
'EMail',
'Phone',
'Status',
'OrganizationName',
'PositionName',
'DepartmentName',
@ -92,6 +93,9 @@ export default {
value: obj[key],
prop: key,
}
if (key === 'Status') {
o.value = this.$fd('IsUserEnable', obj[key])
}
curData.push(o)
}
})