name
This commit is contained in:
@@ -18,7 +18,7 @@ const MyRequests: FC = () => {
|
|||||||
return (
|
return (
|
||||||
<div className='mt-5'>
|
<div className='mt-5'>
|
||||||
<h1>
|
<h1>
|
||||||
سفارشات من
|
درخواست های من
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div className='mt-10'>
|
<div className='mt-10'>
|
||||||
@@ -62,7 +62,7 @@ const MyRequests: FC = () => {
|
|||||||
color='#000000'
|
color='#000000'
|
||||||
/>
|
/>
|
||||||
<span>
|
<span>
|
||||||
سفارش جدید
|
درخواست جدید
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
@@ -87,20 +87,16 @@ const MyRequests: FC = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'createdAt',
|
key: 'createdAt',
|
||||||
title: 'زمان ثبت سفارش',
|
title: 'زمان ثبت درخواست',
|
||||||
render: (item) => {
|
render: (item) => {
|
||||||
return (
|
return (
|
||||||
<div>{moment(item.createdAt).format('jYYYY-jMM-jDD')}</div>
|
<div>{moment(item.createdAt).format('jYYYY-jMM-jDD')}</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 'designer',
|
|
||||||
title: 'طراح',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 'status',
|
key: 'status',
|
||||||
title: 'وضعیت سفارش',
|
title: 'وضعیت درخواست',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'actions',
|
key: 'actions',
|
||||||
|
|||||||
Reference in New Issue
Block a user