From 290da27f2401b9d8c7cde1edd2ee3723b2ba771a Mon Sep 17 00:00:00 2001 From: "wangfang.jin" <jinwangfang@ssish.com> Date: Fri, 11 Aug 2023 16:34:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charge-query/lpjManageDetail.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/charge-query/lpjManageDetail.vue b/src/views/charge-query/lpjManageDetail.vue index 0518c40..566bd6d 100644 --- a/src/views/charge-query/lpjManageDetail.vue +++ b/src/views/charge-query/lpjManageDetail.vue @@ -256,13 +256,13 @@ export default { computed: { columns() { const base = [ - { title: "è´¦å•æ—¥æœŸ", dataIndex: "receiptDate", width: 160,fixed: "left",scopedSlots: { customRender: "receiptDate" } }, - { title: "状æ€", dataIndex: "status", key:"status",align:'center',fixed: "left", width: 80,scopedSlots: { customRender: "status" } }, - { title: "客户姓å", dataIndex: "patientName",fixed: "left", width: 160 }, + { title: "è´¦å•æ—¥æœŸ", dataIndex: "receiptDate", width: 120,fixed: "left",scopedSlots: { customRender: "receiptDate" } }, + { title: "状æ€", dataIndex: "status", key:"status",align:'center',fixed: "left", width: 60,scopedSlots: { customRender: "status" } }, + { title: "客户姓å", dataIndex: "patientName",fixed: "left", width: 120 }, { title: "病历å·", dataIndex: "mrnNo", key:"mrnNo",align:'center', width: 136}, { title: "ä¿é™©å…¬å¸", dataIndex: "payorName", ellipsis: true, width: 250 }, - { title: "ä¿é™©å¡å·", dataIndex: "memberCardNo", width: 180 }, - { title: "客户生日", dataIndex: "birthday", width: 160 }, + { title: "ä¿é™©å¡å·", dataIndex: "memberCardNo", width: 140 }, + { title: "客户生日", dataIndex: "birthday", width: 120 }, { title: "就诊医生", dataIndex: "doctorName", width: 100, align: 'center' }, { title: "应收金é¢", dataIndex: "chargeAmount", width: 100, align: 'center' }, { title: "折扣金é¢", dataIndex: "discountAmount", width: 100, align: 'center' }, -- 2.22.0