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 @@ + + +