诊疗下没有项目功能完善
This commit is contained in:
@@ -124,9 +124,10 @@ function getCategoryName(row) {
|
||||
} else if (row.adviceType === 2) { // 耗材类型
|
||||
return '耗材';
|
||||
} else if (row.adviceType === 3) { // 诊疗类型
|
||||
return '诊疗';
|
||||
// 使用目录类别的字典文本显示
|
||||
return row.categoryCode_dictText || row.categoryCode || '诊疗';
|
||||
}
|
||||
return row.activityType_enumText || '-';
|
||||
return row.activityType_dictText || '-';
|
||||
}
|
||||
|
||||
// 获取医保等级 - 简单直接的实现
|
||||
|
||||
Reference in New Issue
Block a user