From afc4636bc39b0087b25e74a827555a1b3ae81859 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 28 May 2026 14:13:27 +0700 Subject: [PATCH] ULLYZB - tambah chip status lunas dan label unpaid di kolom total patient list Co-Authored-By: Claude Sonnet 4.6 --- .../components/onePatientList.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/test/vuex/one-patient-list-barcode-vv-7-cpone-promise/components/onePatientList.vue b/test/vuex/one-patient-list-barcode-vv-7-cpone-promise/components/onePatientList.vue index 1871c27..393b6ef 100644 --- a/test/vuex/one-patient-list-barcode-vv-7-cpone-promise/components/onePatientList.vue +++ b/test/vuex/one-patient-list-barcode-vv-7-cpone-promise/components/onePatientList.vue @@ -501,9 +501,17 @@ cito: props.item.T_OrderHeaderIsCito === 'Y', }" @click="selectMe(props.item)"> - {{ number_format(props.item.totalbill) }}
- - {{ number_format(props.item.unpaid) }} + {{ number_format(props.item.totalbill) }} +
+ + LUNAS + + + BELUM LUNAS + +
+ + Unpaid: {{ number_format(props.item.unpaid) }}