diff --git a/app/components/app/installation/entry-form.vue b/app/components/app/installation/entry-form.vue index 60f45f85..d935a65c 100644 --- a/app/components/app/installation/entry-form.vue +++ b/app/components/app/installation/entry-form.vue @@ -1,57 +1,58 @@ - - Count: {{ count }} - Double: {{ double }} - +1 - + + + + + + Nama + + + + + + Kode + + + + + + Encounter Code + + + + + + + + - - diff --git a/app/components/flow/installation/entry.vue b/app/components/flow/installation/entry.vue new file mode 100644 index 00000000..94a4cd1f --- /dev/null +++ b/app/components/flow/installation/entry.vue @@ -0,0 +1,71 @@ + + + + + + Tambah Instalasi + + + + + + + + diff --git a/app/components/pub/custom-ui/form/select.vue b/app/components/pub/custom-ui/form/select.vue new file mode 100644 index 00000000..53911bb8 --- /dev/null +++ b/app/components/pub/custom-ui/form/select.vue @@ -0,0 +1,85 @@ + + + + + + + + + + + + {{ label }} + + + + + {{ item.label }} + + {{ item.code }} + + + + + + + + + diff --git a/app/components/pub/ui/select/SelectTrigger.vue b/app/components/pub/ui/select/SelectTrigger.vue index 0252a444..3cc71097 100644 --- a/app/components/pub/ui/select/SelectTrigger.vue +++ b/app/components/pub/ui/select/SelectTrigger.vue @@ -21,13 +21,13 @@ const forwardedProps = useForwardProps(delegatedProps) v-bind="forwardedProps" :class=" cn( - 'border-input ring-offset-background placeholder:text-muted-foreground flex h-10 w-full rounded-md border border-gray-400 px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:cursor-not-allowed disabled:opacity-50', + 'border-input ring-offset-background placeholder:text-muted-foreground relative flex h-10 w-full rounded-md border border-gray-400 pl-3 pr-8 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:cursor-not-allowed disabled:opacity-50', props.class, ) " > - + diff --git a/app/pages/(features)/org-src/installation/add.vue b/app/pages/(features)/org-src/installation/add.vue new file mode 100644 index 00000000..30c3e886 --- /dev/null +++ b/app/pages/(features)/org-src/installation/add.vue @@ -0,0 +1,41 @@ + + + + + + + + + + diff --git a/app/pages/(features)/org-src/installation/index.vue b/app/pages/(features)/org-src/installation/index.vue new file mode 100644 index 00000000..a88df5c7 --- /dev/null +++ b/app/pages/(features)/org-src/installation/index.vue @@ -0,0 +1,41 @@ + + + + + + route installation list + + + +
Count: {{ count }}
Double: {{ double }}