20122023
This commit is contained in:
Submodule nearlexpressbuild updated: 5d8638cb57...83733b1555
@@ -631,13 +631,13 @@ const Orders = () => {
|
|||||||
<Typography variant='body2' noWrap>{row.orderid}</Typography>
|
<Typography variant='body2' noWrap>{row.orderid}</Typography>
|
||||||
<Typography noWrap
|
<Typography noWrap
|
||||||
sx={{ fontSize: '11px' }}>
|
sx={{ fontSize: '11px' }}>
|
||||||
{dayjs(row.deliverydate).utc().format('DD/MM/YYYY')}
|
{dayjs(row.deliverytime).utc().format('DD/MM/YYYY')}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography noWrap
|
<Typography noWrap
|
||||||
sx={{ fontSize: '11px' }}
|
sx={{ fontSize: '11px' }}
|
||||||
variant='h5'
|
variant='h5'
|
||||||
>
|
>
|
||||||
{dayjs(row.deliverydate).utc().format('hh:mm A')}
|
{dayjs(row.deliverytime).utc().format('hh:mm A')}
|
||||||
</Typography>
|
</Typography>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell align="left">
|
<TableCell align="left">
|
||||||
|
|||||||
Reference in New Issue
Block a user