imeik-bizui 2.1.7 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -418,7 +418,7 @@ export default {
418
418
  this.doctorLoading = false
419
419
  if (res.code === 200) {
420
420
  res.data.list.forEach((item) => {
421
- const disabled = !item.doctorRoleInfoList?.length || !item.doctorType
421
+ const disabled = item.expertInfoType !== '1'
422
422
  item.label = item.doctorName + (disabled ? '(暂不可用)' : '')
423
423
  item.value = item.doctorNumber
424
424
  item.disabled = disabled