Fix conditional rendering issue in Anomali_LAPPGP_LPP.vue

This commit is contained in:
Dede Fuji Abdul 2024-04-28 21:23:40 +07:00
parent 1f2c9e9109
commit 23ba1e8c83

View File

@ -432,6 +432,7 @@
cell-template="formatText" cell-template="formatText"
/> />
<DxColumn <DxColumn
v-if="filters.jenisLaporan.name == 'Laporan Berulang Unit'"
:width="150" :width="150"
alignment="center" alignment="center"
data-field="no_laporan_referensi" data-field="no_laporan_referensi"
@ -703,7 +704,10 @@
<InputText :readonly="true" :value="dataSubSelected?.ulasan" class-name="flex-1" /> <InputText :readonly="true" :value="dataSubSelected?.ulasan" class-name="flex-1" />
</div> </div>
<div class="flex flex-row items-center justify-between w-full"> <div
v-if="filters.jenisLaporan.name == 'Laporan Berulang Unit'"
class="flex flex-row items-center justify-between w-full"
>
<h3 class="text-sm font-medium w-[135px] text-gray-800">No Laporan Referensi:</h3> <h3 class="text-sm font-medium w-[135px] text-gray-800">No Laporan Referensi:</h3>
<InputText <InputText
:readonly="true" :readonly="true"