From 0c9f9deb7e3220410a3bbec863c4cff0c1deedbe Mon Sep 17 00:00:00 2001 From: Andrian Roshandy Date: Fri, 24 Oct 2025 12:38:02 +0700 Subject: [PATCH] fe-prescription-56: wip --- .../app/prescription-item/list-entry.vue | 10 ++- app/components/app/prescription/list.vue | 71 ++++++++++--------- app/components/content/encounter/process.vue | 4 +- app/components/content/prescription/entry.vue | 37 ++++++++++ app/components/content/prescription/list.vue | 47 +++--------- app/components/content/prescription/main.vue | 16 +++++ 6 files changed, 108 insertions(+), 77 deletions(-) create mode 100644 app/components/content/prescription/entry.vue create mode 100644 app/components/content/prescription/main.vue diff --git a/app/components/app/prescription-item/list-entry.vue b/app/components/app/prescription-item/list-entry.vue index fef54b0c..b8bf36cd 100644 --- a/app/components/app/prescription-item/list-entry.vue +++ b/app/components/app/prescription-item/list-entry.vue @@ -1,13 +1,19 @@