diff --git a/openhis-ui-vue3/src/views/surgicalschedule/index.vue b/openhis-ui-vue3/src/views/surgicalschedule/index.vue index 337d29b2..bb2ff7b9 100644 --- a/openhis-ui-vue3/src/views/surgicalschedule/index.vue +++ b/openhis-ui-vue3/src/views/surgicalschedule/index.vue @@ -1494,7 +1494,7 @@ function handleMedicalAdvice(row) { const jsonContent = item.contentJson || item.content_json; const contentData = jsonContent ? JSON.parse(jsonContent) : {}; return { - medicineName: contentData.adviceName || contentData.advice_name || item.adviceName || item.advice_name || '', + medicineName: contentData.adviceName || contentData.advice_name || item.adviceName || item.advice_name || item.chargeName || item.charge_name || contentData.itemName || contentData.item_name || '未知药品', specification: contentData.volume || contentData.specification || item.volume || item.specification || '', quantity: contentData.quantity || item.quantity || 0, batchNumber: contentData.lotNumber || contentData.lot_number || item.lotNumber || item.lot_number || '',