added one more column for createdAt date
This commit is contained in:
parent
a3313f6c0a
commit
1e6603cc7c
@ -157,6 +157,18 @@ const ExpenseList = ({ filters }) => {
|
||||
>
|
||||
<div className="text-start ms-5">Paid By</div>
|
||||
</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
|
||||
className="sorting d-table-cell"
|
||||
tabIndex="0"
|
||||
@ -221,6 +233,9 @@ const ExpenseList = ({ filters }) => {
|
||||
}`.trim() || "N/A"}
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
<td className="d-table-cell text-center">
|
||||
{formatUTCToLocalTime(expense?.createdAt)}
|
||||
</td>
|
||||
<td className="d-table-cell text-end">
|
||||
<i className="bx bx-rupee b-xs"></i>
|
||||
|
Loading…
x
Reference in New Issue
Block a user