From a592a0be367f571d11f0a51619d22c0b00c56d51 Mon Sep 17 00:00:00 2001 From: riefive Date: Tue, 4 Nov 2025 15:15:38 +0700 Subject: [PATCH] feat(cemo): add home encounter --- .../content/chemotherapy/process.vue | 140 +------------ app/components/content/encounter/home.vue | 190 ++++++++++++++++++ app/components/pub/my-ui/comp-tab/type.ts | 1 + 3 files changed, 193 insertions(+), 138 deletions(-) create mode 100644 app/components/content/encounter/home.vue diff --git a/app/components/content/chemotherapy/process.vue b/app/components/content/chemotherapy/process.vue index e6238c82..7f355b4b 100644 --- a/app/components/content/chemotherapy/process.vue +++ b/app/components/content/chemotherapy/process.vue @@ -1,143 +1,7 @@ diff --git a/app/components/content/encounter/home.vue b/app/components/content/encounter/home.vue new file mode 100644 index 00000000..1f2c2943 --- /dev/null +++ b/app/components/content/encounter/home.vue @@ -0,0 +1,190 @@ + + + diff --git a/app/components/pub/my-ui/comp-tab/type.ts b/app/components/pub/my-ui/comp-tab/type.ts index e6faacce..ba21d0b7 100644 --- a/app/components/pub/my-ui/comp-tab/type.ts +++ b/app/components/pub/my-ui/comp-tab/type.ts @@ -2,5 +2,6 @@ export interface TabItem { value: string label: string component?: any + groups?: string[] props?: Record }