feat/prescription: cleaning
This commit is contained in:
@@ -41,4 +41,10 @@ defineProps<{
|
|||||||
</PubMyUiDocEntryBlock>
|
</PubMyUiDocEntryBlock>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- <div class="">
|
||||||
|
<Button>
|
||||||
|
<Icon name="i-lucide-check" />
|
||||||
|
Simpan
|
||||||
|
</Button>
|
||||||
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import * as Table from '~/components/pub/ui/table'
|
import * as Table from '~/components/pub/ui/table'
|
||||||
import * as DE from '~/components/pub/my-ui/doc-entry';
|
|
||||||
import type { PaginationMeta } from '~/components/pub/my-ui/pagination/pagination.type'
|
import type { PaginationMeta } from '~/components/pub/my-ui/pagination/pagination.type'
|
||||||
import Nav from '~/components/pub/my-ui/nav-footer/ca-ed-su.vue'
|
import Nav from '~/components/pub/my-ui/nav-footer/ca-ed-su.vue'
|
||||||
|
|
||||||
import type { Prescription } from '~/models/prescription';
|
import type { Prescription } from '~/models/prescription';
|
||||||
import PrescriptionItem from '~/components/app/prescription-item/list.vue';
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
data: Prescription[]
|
data: Prescription[]
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// import { Block, Cell } from '~/components/pub/my-ui/doc-entry/index'
|
import * as DE from '~/components/pub/my-ui/doc-entry';
|
||||||
// import Block from '~/components/pub/my-ui/doc-entry/block.vue'
|
|
||||||
// import Cell from '~/components/pub/my-ui/doc-entry/cell.vue'
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -17,40 +15,40 @@
|
|||||||
<Separator class="my-5" />
|
<Separator class="my-5" />
|
||||||
<div class="md:grid md:grid-cols-2 font-semibold">
|
<div class="md:grid md:grid-cols-2 font-semibold">
|
||||||
<div>
|
<div>
|
||||||
<PubCustomUiDocEntryBlock mode="preview">
|
<DE.Block mode="preview">
|
||||||
<PubCustomUiDocEntryCell>
|
<DE.Cell>
|
||||||
<PubCustomUiDocEntryLabel>Order #1</PubCustomUiDocEntryLabel>
|
<DE.Label>Order #1</DE.Label>
|
||||||
<PubCustomUiDocEntryColon />
|
<DE.Colon />
|
||||||
<PubCustomUiDocEntryField>
|
<DE.Field>
|
||||||
2025-01-01
|
2025-01-01
|
||||||
</PubCustomUiDocEntryField>
|
</DE.Field>
|
||||||
</PubCustomUiDocEntryCell>
|
</DE.Cell>
|
||||||
<PubCustomUiDocEntryCell>
|
<DE.Cell>
|
||||||
<PubCustomUiDocEntryLabel>Status</PubCustomUiDocEntryLabel>
|
<DE.Label>Status</DE.Label>
|
||||||
<PubCustomUiDocEntryColon />
|
<DE.Colon />
|
||||||
<PubCustomUiDocEntryField>
|
<DE.Field>
|
||||||
Status
|
Status
|
||||||
</PubCustomUiDocEntryField>
|
</DE.Field>
|
||||||
</PubCustomUiDocEntryCell>
|
</DE.Cell>
|
||||||
</PubCustomUiDocEntryBlock>
|
</DE.Block>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<PubCustomUiDocEntryBlock mode="preview">
|
<DE.Block mode="preview">
|
||||||
<PubCustomUiDocEntryCell>
|
<DE.Cell>
|
||||||
<PubCustomUiDocEntryLabel>DPJP</PubCustomUiDocEntryLabel>
|
<DE.Label>DPJP</DE.Label>
|
||||||
<PubCustomUiDocEntryColon />
|
<DE.Colon />
|
||||||
<PubCustomUiDocEntryField>
|
<DE.Field>
|
||||||
Nama Dokter
|
Nama Dokter
|
||||||
</PubCustomUiDocEntryField>
|
</DE.Field>
|
||||||
</PubCustomUiDocEntryCell>
|
</DE.Cell>
|
||||||
<PubCustomUiDocEntryCell>
|
<DE.Cell>
|
||||||
<PubCustomUiDocEntryLabel>PPDS</PubCustomUiDocEntryLabel>
|
<DE.Label>PPDS</DE.Label>
|
||||||
<PubCustomUiDocEntryColon />
|
<DE.Colon />
|
||||||
<PubCustomUiDocEntryField>
|
<DE.Field>
|
||||||
Nama PPDS
|
Nama PPDS
|
||||||
</PubCustomUiDocEntryField>
|
</DE.Field>
|
||||||
</PubCustomUiDocEntryCell>
|
</DE.Cell>
|
||||||
</PubCustomUiDocEntryBlock>
|
</DE.Block>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user