diff --git a/src/components/charge/CheckoutDetail.vue b/src/components/charge/CheckoutDetail.vue index 5049375..07cbe4a 100644 --- a/src/components/charge/CheckoutDetail.vue +++ b/src/components/charge/CheckoutDetail.vue @@ -70,11 +70,9 @@ import {Monitor} from '@element-plus/icons-vue' const show = ref(false) -const list = ref() -const orderInfo = ref() +const list = ref() const init = (data: any) => { list.value = data - console.log(list) show.value = true } const close = () => { @@ -262,6 +260,9 @@ const addTraceAbilityCodeHandler = (item: any, code: any) => { &:first-child { width: 132px; padding-left: 25px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } &:last-child { diff --git a/src/components/charge/PatientCard.vue b/src/components/charge/PatientCard.vue index 483ae7c..0ab159e 100644 --- a/src/components/charge/PatientCard.vue +++ b/src/components/charge/PatientCard.vue @@ -29,11 +29,11 @@
费用类别: {{ seeDockerInfo.registerType == 2 ? '医保' : '自费' }}
医保卡剩余金额: {{ - seeDockerInfo.patientInfo.socialBalance ? seeDockerInfo.patientInfo.socialBalance + "元" : "-" + seeDockerInfo.patientInfo.socialBalance ? seeDockerInfo.patientInfo.socialBalance + "元" : "0" }}
上次就诊时间: {{ - formatDate(seeDockerInfo?.lastSeeDoctorTime) || '-' + formatDate(seeDockerInfo?.lastSeeDoctorTime) }}
diff --git a/src/components/inventory/goods/Cate.vue b/src/components/inventory/goods/Cate.vue index 2a7e0ff..50c6f1a 100644 --- a/src/components/inventory/goods/Cate.vue +++ b/src/components/inventory/goods/Cate.vue @@ -1,5 +1,5 @@ - +