This commit is contained in:
hamid zarghami
2026-02-22 16:32:29 +03:30
parent b308150303
commit 8cb42dbd7e
+4 -8
View File
@@ -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',