Fix conditional rendering issue in Anomali_LAPPGP_LPP.vue
This commit is contained in:
		| @@ -432,6 +432,7 @@ | ||||
|             cell-template="formatText" | ||||
|           /> | ||||
|           <DxColumn | ||||
|             v-if="filters.jenisLaporan.name == 'Laporan Berulang Unit'" | ||||
|             :width="150" | ||||
|             alignment="center" | ||||
|             data-field="no_laporan_referensi" | ||||
| @@ -703,7 +704,10 @@ | ||||
|           <InputText :readonly="true" :value="dataSubSelected?.ulasan" 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">No Laporan Referensi:</h3> | ||||
|           <InputText | ||||
|             :readonly="true" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user