From d11b22dc05d47c95c40f918210e523557eb00226 Mon Sep 17 00:00:00 2001 From: riefive Date: Wed, 22 Oct 2025 11:13:27 +0700 Subject: [PATCH] feat(sep): add constant for vclaim --- app/components/app/sep/entry-form.vue | 11 ++++- app/components/app/sep/list-cfg.patient.ts | 7 ++-- app/components/app/sep/list-patient.vue | 35 +++++++++++++++- app/components/app/sep/select-radio.vue | 28 +++++++++++++ app/components/content/sep/entry.vue | 7 ++++ app/lib/constants.vclaim.ts | 47 ++++++++++++++++++++++ 6 files changed, 127 insertions(+), 8 deletions(-) create mode 100644 app/components/app/sep/select-radio.vue create mode 100644 app/lib/constants.vclaim.ts diff --git a/app/components/app/sep/entry-form.vue b/app/components/app/sep/entry-form.vue index 70e5ba7e..d2057ebc 100644 --- a/app/components/app/sep/entry-form.vue +++ b/app/components/app/sep/entry-form.vue @@ -373,10 +373,10 @@ watch(props, (value) => { - @@ -392,7 +392,14 @@ watch(props, (value) => { /> + +