Update version.json to 0.0.126-vm
This commit is contained in:
		| @@ -275,7 +275,7 @@ | ||||
|           <DxColumn | ||||
|             :width="150" | ||||
|             alignment="center" | ||||
|             data-field="" | ||||
|             data-field="no_laporan" | ||||
|             caption="No Laporan" | ||||
|             css-class="custom-table-column" | ||||
|             cell-template="formatText" | ||||
| @@ -372,7 +372,7 @@ | ||||
|           <DxColumn | ||||
|             :width="200" | ||||
|             alignment="center" | ||||
|             data-field="" | ||||
|             data-field="nama_jenis_gangguan" | ||||
|             caption="Jenis Gangguan" | ||||
|             :allow-resizing="false" | ||||
|             css-class="custom-table-column" | ||||
| @@ -399,7 +399,7 @@ | ||||
|           <DxColumn | ||||
|             :width="150" | ||||
|             alignment="center" | ||||
|             data-field="" | ||||
|             data-field="waktu_lapor" | ||||
|             caption="Tgl Lapor" | ||||
|             :allow-resizing="false" | ||||
|             css-class="custom-table-column" | ||||
| @@ -431,7 +431,7 @@ | ||||
|       <div class="p-4 space-y-2 bg-white rounded-xl"> | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
|           <h3 class="text-sm font-medium w-[135px] text-gray-800">No Laporan:</h3> | ||||
|           <InputText :readonly="true" value="" class-name="flex-1" /> | ||||
|           <InputText :readonly="true" :value="dataSubSelected?.no_laporan" class-name="flex-1" /> | ||||
|         </div> | ||||
|  | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
| @@ -451,7 +451,7 @@ | ||||
|  | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
|           <h3 class="text-sm font-medium w-[135px] text-gray-800">ID Pelanggan:</h3> | ||||
|           <InputText :readonly="true" :value="dataSubSelected?.id_pengguna" class-name="flex-1" /> | ||||
|           <InputText :readonly="true" :value="dataSubSelected?.id_pelanggan" class-name="flex-1" /> | ||||
|         </div> | ||||
|  | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
| @@ -519,7 +519,7 @@ | ||||
|         </div> | ||||
|  | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
|           <h3 class="text-sm font-medium w-[135px] text-gray-800">Durasi Recoery Time:</h3> | ||||
|           <h3 class="text-sm font-medium w-[135px] text-gray-800">Durasi Recovery Time:</h3> | ||||
|           <InputText | ||||
|             :readonly="true" | ||||
|             :value=" | ||||
| @@ -533,7 +533,7 @@ | ||||
|  | ||||
|         <div class="flex flex-row items-center justify-between w-full"> | ||||
|           <h3 class="text-sm font-medium w-[135px] text-gray-800">Tgl Lapor:</h3> | ||||
|           <InputText :readonly="true" value="" class-name="flex-1" /> | ||||
|           <InputText :readonly="true" :value="dataSubSelected?.waktu_lapor" class-name="flex-1" /> | ||||
|         </div> | ||||
|       </div> | ||||
|     </div> | ||||
| @@ -794,7 +794,7 @@ const getDetail = async () => { | ||||
|     idUid: 0, | ||||
|     idUp3: 0, | ||||
|     namaRegional: '', | ||||
|     type: parameterRequest.value.type | ||||
|     isInformasi: parameterRequest.value.type == 'Informasi' ? 1 : 2 | ||||
|   } | ||||
|  | ||||
|   if (groupDialog.value) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user