fix: 手术医嘱类型显示修复 - SQL返回category_enum作为advice_type,前端添加手术类型选项

This commit is contained in:
2026-04-01 12:45:15 +08:00
parent 11a7f49162
commit 6b9f9a107e
2 changed files with 5 additions and 1 deletions

View File

@@ -449,6 +449,10 @@ const adviceTypeList = ref([
label: '诊疗',
value: 3,
},
{
label: '手术',
value: 4,
},
{
label: '全部',
value: '',