fix(assessment-history): set threshold value
This commit is contained in:
parent
b93c5acdef
commit
e6c001ef8a
|
@ -59,8 +59,9 @@
|
|||
No
|
||||
</th>
|
||||
<th class="sort" data-sort="land_name">
|
||||
Nama Lahan
|
||||
Nama Pemilik
|
||||
</th>
|
||||
<th class="sort" data-sort="threshold">Rekomendasi</th>
|
||||
<th class="sort" data-sort="status">
|
||||
CF Value
|
||||
</th>
|
||||
|
@ -76,6 +77,8 @@
|
|||
class="fw-medium link-primary">#VZ2101</a>
|
||||
</td>
|
||||
<td class="customer_name">{{ $evaluation->land->owner }}</td>
|
||||
<td class="threshold text_capitalize">{{ $evaluation->threshold_value }}
|
||||
</td>
|
||||
<td class="status">
|
||||
<span>{{ number_format($evaluation->cf_value, 4) * 100 }}%</span>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue