feat: add (hh:mm) to time columns

This commit is contained in:
Vlad Stan 2022-07-11 15:15:12 +03:00
parent c419afc1b1
commit 739c108bdf

View File

@ -58,10 +58,10 @@
<template v-slot:header="props">
<q-tr :props="props">
<q-th auto-width></q-th>
<q-th auto-width>Status</q-th>
<q-th auto-width>Status </q-th>
<q-th auto-width>Title</q-th>
<q-th auto-width>Time Left</q-th>
<q-th auto-width>Time To Pay</q-th>
<q-th auto-width>Time Left (hh:mm)</q-th>
<q-th auto-width>Time To Pay (hh:mm)</q-th>
<q-th auto-width>Amount To Pay</q-th>
<q-th auto-width>Balance</q-th>
<q-th auto-width>Pending Balance</q-th>