|
|
@@ -317,7 +317,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
<Tabs.TabPane key="prescription" tab="处方详情">
|
|
|
<div class="space-y-6">
|
|
|
<div class="bg-muted/50 rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">煎药要求</h3>
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">煎药要求</h3>
|
|
|
<Descriptions :column="4" :size="'small'">
|
|
|
<Descriptions.Item label="中药类型">
|
|
|
{{ prescriptionDetails.chineseMedicineType }}
|
|
|
@@ -353,7 +353,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
</div>
|
|
|
|
|
|
<div class="bg-muted/50 rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">配送信息</h3>
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">配送信息</h3>
|
|
|
<Descriptions :column="4" :size="'small'">
|
|
|
<Descriptions.Item label="配送方式">
|
|
|
{{ deliveryInfo.deliveryMethod }}
|
|
|
@@ -377,7 +377,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
</div>
|
|
|
|
|
|
<div class="bg-muted/50 rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">
|
|
|
用药信息和金额
|
|
|
</h3>
|
|
|
<Descriptions :column="4" :size="'small'">
|
|
|
@@ -424,7 +424,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
</div>
|
|
|
|
|
|
<div class="bg-muted/50 rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">就诊信息</h3>
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">就诊信息</h3>
|
|
|
<Descriptions :column="4" :size="'small'">
|
|
|
<Descriptions.Item label="门诊/住院">
|
|
|
{{ doctorInfo.outpatientType }}
|
|
|
@@ -529,7 +529,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
<div class="bg-muted/50 rounded-lg p-4">
|
|
|
<div class="grid grid-cols-2 gap-4">
|
|
|
<div class="bg-card rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">
|
|
|
处方流转流程
|
|
|
</h3>
|
|
|
<div
|
|
|
@@ -579,7 +579,7 @@ watch(prescriptionId, loadDetail, { immediate: true });
|
|
|
</div>
|
|
|
|
|
|
<div class="bg-card rounded-lg p-4">
|
|
|
- <h3 class="text-foreground/90 mb-4 text-sm font-medium">物流跟踪</h3>
|
|
|
+ <h3 class="text-foreground mb-4 text-sm font-semibold">物流跟踪</h3>
|
|
|
<template
|
|
|
v-if="
|
|
|
logisticsInfo.company ||
|