diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index 8fd2745..b0a8ec2 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -15,7 +15,7 @@ --> - + 主任医师 主任中医师 @@ -26,7 +26,7 @@ - + 专家问诊 快速问诊 @@ -35,7 +35,7 @@ - + 未认证 认证通过 @@ -44,7 +44,7 @@ - + 未认证 认证通过 @@ -53,7 +53,7 @@ - + 未认证 认证通过 @@ -61,14 +61,14 @@ - + 否 是 - + 否 是 diff --git a/src/views/order/medince-list/index.vue b/src/views/order/medince-list/index.vue index 2de2dca..134e779 100644 --- a/src/views/order/medince-list/index.vue +++ b/src/views/order/medince-list/index.vue @@ -123,7 +123,7 @@ 小程序支付 - 微信扫码支付 + 微信扫码 模拟支付 diff --git a/src/views/order/order-list/index.vue b/src/views/order/order-list/index.vue index 9ec208e..7c8d979 100644 --- a/src/views/order/order-list/index.vue +++ b/src/views/order/order-list/index.vue @@ -90,7 +90,7 @@ 小程序支付 - 微信扫码支付 + 微信扫码 模拟支付 @@ -110,7 +110,7 @@ {{(record.payment_amount_total) }}元 - {{record.patient_name}}({{record.patient_sex==1?'男,':'女,'}}{{record.patient_age}}岁) + {{record.patient_name}}({{record.patient_sex==1?'男,':'女,'}}{{record.patient_age}}岁) @@ -689,6 +689,12 @@ onMounted(() => { .row .desc{ color:#666; } +.ta-patient{ + width: 200px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} .infobox{ display: flex; flex-direction: column;