dev: hotfix, encounter content back nav
This commit is contained in:
@@ -30,18 +30,9 @@ const data = {
|
|||||||
<template>
|
<template>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<Button
|
<PubMyUiNavContentBa label="Kembali ke Daftar Kunjungan" />
|
||||||
class="flex items-center gap-2 rounded-full border border-orange-400 bg-orange-50 px-3 py-1 text-sm font-medium text-orange-600 hover:bg-orange-100"
|
|
||||||
>
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7" />
|
|
||||||
</svg>
|
|
||||||
Kembali ke Daftar Kunjungan
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AppEncounterQuickInfo :data="data" />
|
<AppEncounterQuickInfo :data="data" />
|
||||||
|
|
||||||
<AppEncounterProcess :initial-active-tab="activeTab" @change-tab="activeTab = $event" />
|
<AppEncounterProcess :initial-active-tab="activeTab" @change-tab="activeTab = $event" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user