Update version.json and fix conditional rendering issue in Anomali_LAPPGP_LPP.vue
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user