fixes
This commit is contained in:
@@ -380,9 +380,8 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
</td>
|
</td>
|
||||||
<td class="px-4 py-3 text-sm" :class="{'hidden': !isColumnVisible('Date Case Filed')}">
|
<td class="px-4 py-3 text-sm" :class="{'hidden': !isColumnVisible('Date Case Filed')}">
|
||||||
|
|
||||||
{% call expander() %}
|
{% call expander() %}
|
||||||
{{ r.case_filed_date || r.case_field_date }}
|
{% if r.case_filed_date %}{{ r.case_filed_date }}{% else %}{{ r.case_field_date }}{% endif %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</td>
|
</td>
|
||||||
<td class="px-4 py-3 text-sm" :class="{'hidden': !isColumnVisible('Daily Rent Damages')}">
|
<td class="px-4 py-3 text-sm" :class="{'hidden': !isColumnVisible('Daily Rent Damages')}">
|
||||||
|
|||||||
Reference in New Issue
Block a user