Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
wangjian963
2026-01-26 11:08:59 +08:00
18 changed files with 382 additions and 118 deletions

View File

@@ -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 || '-';
}
// 获取医保等级 - 简单直接的实现