Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
65b81fc633
|
@ -69,6 +69,7 @@ export default {
|
||||||
'LastName',
|
'LastName',
|
||||||
'EMail',
|
'EMail',
|
||||||
'Phone',
|
'Phone',
|
||||||
|
'Status',
|
||||||
'OrganizationName',
|
'OrganizationName',
|
||||||
'PositionName',
|
'PositionName',
|
||||||
'DepartmentName',
|
'DepartmentName',
|
||||||
|
@ -92,6 +93,9 @@ export default {
|
||||||
value: obj[key],
|
value: obj[key],
|
||||||
prop: key,
|
prop: key,
|
||||||
}
|
}
|
||||||
|
if (key === 'Status') {
|
||||||
|
o.value = this.$fd('IsUserEnable', obj[key])
|
||||||
|
}
|
||||||
curData.push(o)
|
curData.push(o)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue