From dc4edc1dc0053f350cdf8ad82c4c816099285671 Mon Sep 17 00:00:00 2001 From: riefive Date: Wed, 29 Oct 2025 15:58:52 +0700 Subject: [PATCH] feat(cemo): show list cemo --- app/components/app/cemotherapy/sample.ts | 4 +- app/components/content/cemotherapy/list.vue | 75 +++++++++++++++++++ .../outpation-action/cemotherapy/list.vue | 40 ++++++++++ 3 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 app/components/content/cemotherapy/list.vue create mode 100644 app/pages/(features)/outpation-action/cemotherapy/list.vue diff --git a/app/components/app/cemotherapy/sample.ts b/app/components/app/cemotherapy/sample.ts index 254e64f6..24b9ebbf 100644 --- a/app/components/app/cemotherapy/sample.ts +++ b/app/components/app/cemotherapy/sample.ts @@ -1,4 +1,4 @@ -export type Row = { +export type CemotherapyData = { id: number tanggal: string noRm: string @@ -14,7 +14,7 @@ export type Row = { asal: string } -export const sampleRows: Row[] = [ +export const sampleRows: CemotherapyData[] = [ { id: 1, tanggal: '12 Agustus 2025', diff --git a/app/components/content/cemotherapy/list.vue b/app/components/content/cemotherapy/list.vue new file mode 100644 index 00000000..957a827f --- /dev/null +++ b/app/components/content/cemotherapy/list.vue @@ -0,0 +1,75 @@ + + + diff --git a/app/pages/(features)/outpation-action/cemotherapy/list.vue b/app/pages/(features)/outpation-action/cemotherapy/list.vue new file mode 100644 index 00000000..02326343 --- /dev/null +++ b/app/pages/(features)/outpation-action/cemotherapy/list.vue @@ -0,0 +1,40 @@ + + +