Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/satusehat
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import type { Summary } from '~/components/pub/base/summary-card.type';
|
||||
import type { Summary } from '~/components/pub/base/summary-card/type';
|
||||
|
||||
const props = defineProps<{
|
||||
isLoading: boolean
|
||||
|
||||
@@ -15,7 +15,6 @@ export const rowStatus = {
|
||||
2: 'Terkirim',
|
||||
}
|
||||
|
||||
const action = defineAsyncComponent(() => import('~/components/pub/nav/dropdown-action-dud.vue'))
|
||||
const patientBadge = defineAsyncComponent(() => import('./badge-patient.vue'))
|
||||
const statusBadge = defineAsyncComponent(() => import('./badge-status.vue'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user