From 8ae24e66f324cc620ca1fbe7b744645e7adb81be Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 14 Sep 2023 09:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/medince-list/index.vue | 2 +- src/views/order/order-list/index.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/order/medince-list/index.vue b/src/views/order/medince-list/index.vue index c147f30..af2e369 100644 --- a/src/views/order/medince-list/index.vue +++ b/src/views/order/medince-list/index.vue @@ -589,7 +589,7 @@ const columns = [ { title: '订单编号', dataIndex: 'order_product_no',width:200 }, { title: '处方编号', dataIndex: 'order_prescription_id',width:200 }, { title: '医生姓名', dataIndex: 'doctor_name',width:100 }, - { title: '就诊人', dataIndex: 'patient_name_mask',slotName:'patient_name_mask' }, + { title: '就诊人', dataIndex: 'patient_name_mask',slotName:'patient_name_mask',width:200 }, { title: '就诊人联系电话', dataIndex: 'patient_mobile',width:130 }, { title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total' }, { title: '实付金额', dataIndex: 'payment_amount_total',slotName:'payment_amount_total' }, diff --git a/src/views/order/order-list/index.vue b/src/views/order/order-list/index.vue index 7c5d8f5..e3da003 100644 --- a/src/views/order/order-list/index.vue +++ b/src/views/order/order-list/index.vue @@ -56,7 +56,7 @@ {{modalForm.coupon_amount_total}}元 - 暂无 + @@ -424,10 +424,10 @@ const columns = [ { title: '排序', dataIndex: 'post_id',slotName: 'post_id',width: 90 }, { title: '订单编号', dataIndex: 'inquiry_no',width:200 }, { title: '医生姓名', dataIndex: 'doctor_name',width:100 }, - { title: '就诊人', dataIndex: 'patient_name',slotName:'patient_name'}, + { title: '就诊人', dataIndex: 'patient_name',slotName:'patient_name',width:200}, { title: '联系电话', dataIndex: 'patient_mobile',width: 130 }, - { title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total' }, - { title: '实付金额', dataIndex: 'payment_amount_total',slotName:'payment_amount_total' }, + { title: '订单金额', dataIndex: 'amount_total',slotName:'amount_total',width:100 }, + { title: '实付金额', dataIndex: 'payment_amount_total',slotName:'payment_amount_total',width:100 }, { title: '支付方式', dataIndex: 'inquiry_pay_channel',slotName: 'inquiry_pay_channel'}, { title: '订单状态', dataIndex: 'inquiry_status', slotName:'inquiry_status' }, { title: '支付时间', dataIndex: 'pay_time', slotName: 'pay_time',width:200 },