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