From dcde1a7a2b72d4144d1b724d628572e19ab4eb89 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 15 Sep 2023 11:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20clear?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 14 +++++++------- src/views/order/medince-list/index.vue | 2 +- src/views/order/order-list/index.vue | 10 ++++++++-- 3 files changed, 16 insertions(+), 10 deletions(-) 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;