Refactor_Expenses #321
@ -157,6 +157,18 @@ const ExpenseList = ({ filters }) => {
|
|||||||
>
|
>
|
||||||
<div className="text-start ms-5">Paid By</div>
|
<div className="text-start ms-5">Paid By</div>
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
<th
|
||||||
|
className="sorting sorting_desc d-table-cell"
|
||||||
|
tabIndex="0"
|
||||||
|
aria-controls="DataTables_Table_0"
|
||||||
|
rowSpan="1"
|
||||||
|
colSpan="1"
|
||||||
|
aria-label="Paid By: activate to sort column ascending"
|
||||||
|
aria-sort="descending"
|
||||||
|
>
|
||||||
|
<div className="text-start ms-5">Submitted</div>
|
||||||
|
</th>
|
||||||
<th
|
<th
|
||||||
className="sorting d-table-cell"
|
className="sorting d-table-cell"
|
||||||
tabIndex="0"
|
tabIndex="0"
|
||||||
@ -221,6 +233,9 @@ const ExpenseList = ({ filters }) => {
|
|||||||
}`.trim() || "N/A"}
|
}`.trim() || "N/A"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
</td>
|
||||||
|
<td className="d-table-cell text-center">
|
||||||
|
{formatUTCToLocalTime(expense?.createdAt)}
|
||||||
</td>
|
</td>
|
||||||
<td className="d-table-cell text-end">
|
<td className="d-table-cell text-end">
|
||||||
<i className="bx bx-rupee b-xs"></i>
|
<i className="bx bx-rupee b-xs"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user