create food

This commit is contained in:
hamid zarghami
2025-11-15 12:07:50 +03:30
parent d33ad86209
commit b7562f911d
6 changed files with 117 additions and 67 deletions
@@ -90,7 +90,7 @@ const TransactionsTable: FC = () => {
id: 1,
number: 1,
transactionType: 'پرداخت اینترنتی',
amount: '۴,۰۰۰,۰۰۰ ریال',
amount: '۴,۰۰۰,۰۰۰ تومان',
paymentDate: '۱۳۶۹/۰۵/۱۱',
status: 'successful',
},
@@ -98,7 +98,7 @@ const TransactionsTable: FC = () => {
id: 2,
number: 1,
transactionType: 'پرداخت اینترنتی',
amount: '۴,۰۰۰,۰۰۰ ریال',
amount: '۴,۰۰۰,۰۰۰ تومان',
paymentDate: '۱۳۶۹/۰۵/۱۱',
status: 'unsuccessful',
},
@@ -106,7 +106,7 @@ const TransactionsTable: FC = () => {
id: 3,
number: 1,
transactionType: 'پرداخت اینترنتی',
amount: '۴,۰۰۰,۰۰۰ ریال',
amount: '۴,۰۰۰,۰۰۰ تومان',
paymentDate: '۱۳۶۹/۰۵/۱۱',
status: 'unknown',
},