Update version.json and fix conditional rendering issue in Anomali_LAPPGP_LPP.vue

This commit is contained in:
Dede Fuji Abdul
2024-04-29 11:39:16 +07:00
parent 81720210d8
commit 9ab688c9c3
6 changed files with 57 additions and 15 deletions

View File

@@ -577,6 +577,7 @@
cell-template="formatText"
/>
<DxColumn
v-if="filters.jenisLaporan.name == 'Laporan Berulang Unit'"
:width="150"
alignment="center"
data-field="status_induk"
@@ -593,6 +594,7 @@
cell-template="formatText"
/>
<DxColumn
v-if="filters.jenisLaporan.name == 'Laporan Berulang Unit'"
:width="150"
alignment="center"
data-field="referensi_marking_induk"
@@ -859,7 +861,10 @@
<InputText :readonly="true" :value="dataSubSelected?.status_akhir" class-name="flex-1" />
</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">Status Induk:</h3>
<InputText :readonly="true" :value="dataSubSelected?.status_induk" class-name="flex-1" />
</div>
@@ -873,7 +878,10 @@
/>
</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">Referensi Marking Induk:</h3>
<InputText
:readonly="true"