diff --git a/app/components/app/encounter/process.vue b/app/components/app/encounter/process.vue deleted file mode 100644 index b90559f5..00000000 --- a/app/components/app/encounter/process.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/app/components/app/encounter/status.vue b/app/components/app/encounter/status.vue new file mode 100644 index 00000000..e45c0a78 --- /dev/null +++ b/app/components/app/encounter/status.vue @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/app/components/content/encounter/process.vue b/app/components/content/encounter/process.vue index e1f1d490..e045b656 100644 --- a/app/components/content/encounter/process.vue +++ b/app/components/content/encounter/process.vue @@ -1,7 +1,15 @@ diff --git a/app/components/pub/my-ui/comp-tab/comp-tab.vue b/app/components/pub/my-ui/comp-tab/comp-tab.vue new file mode 100644 index 00000000..e60fd10d --- /dev/null +++ b/app/components/pub/my-ui/comp-tab/comp-tab.vue @@ -0,0 +1,43 @@ + + + \ No newline at end of file diff --git a/app/components/pub/my-ui/comp-tab/type.ts b/app/components/pub/my-ui/comp-tab/type.ts new file mode 100644 index 00000000..e6faacce --- /dev/null +++ b/app/components/pub/my-ui/comp-tab/type.ts @@ -0,0 +1,6 @@ +export interface TabItem { + value: string + label: string + component?: any + props?: Record +}