chore: Adjust column widths in Anomali_LAPPKU_LPT.vue

This commit is contained in:
Dede Fuji Abdul 2024-05-08 00:04:47 +07:00
parent 7c71000ec4
commit aac497998c

View File

@ -411,7 +411,7 @@
cell-template="formatNumber" cell-template="formatNumber"
/> />
<DxColumn <DxColumn
:width="150" :width="200"
alignment="center" alignment="center"
data-field="nama_uid" data-field="nama_uid"
caption="UIW/D" caption="UIW/D"
@ -526,7 +526,7 @@
cell-template="formatText" cell-template="formatText"
/> />
<DxColumn <DxColumn
:width="150" :width="250"
alignment="center" alignment="center"
data-field="alamat_pelapor" data-field="alamat_pelapor"
caption="Alamat Pelapor" caption="Alamat Pelapor"
@ -542,7 +542,7 @@
cell-template="formatText" cell-template="formatText"
/> />
<DxColumn <DxColumn
:width="150" :width="250"
alignment="center" alignment="center"
data-field="keterangan_pelapor" data-field="keterangan_pelapor"
caption="Keterangan Pelapor" caption="Keterangan Pelapor"
@ -550,7 +550,7 @@
cell-template="formatText" cell-template="formatText"
/> />
<DxColumn <DxColumn
:width="150" :width="250"
alignment="center" alignment="center"
data-field="uraian" data-field="uraian"
caption="Uraian" caption="Uraian"
@ -606,13 +606,23 @@
<div class="flex flex-row items-center justify-between w-full"> <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> <h3 class="text-sm font-medium w-[135px] text-gray-800">No Laporan:</h3>
<InputText <InputText
v-if="filters.jenisLaporan.name === 'Laporan Berulang Unit'"
:readonly="true" :readonly="true"
:value="dataSubSelected?.no_laporan_anomali" :value="dataSubSelected?.no_laporan_anomali"
class-name="flex-1" class-name="flex-1"
/> />
<InputText
v-else
:readonly="true"
:value="dataSubSelected?.no_laporan"
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"