remove button pre factor
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
VITE_TOKEN_NAME = 'negareh_t'
|
VITE_TOKEN_NAME = 'negareh_t'
|
||||||
VITE_REFRESH_TOKEN_NAME = 'negareh_rt'
|
VITE_REFRESH_TOKEN_NAME = 'negareh_rt'
|
||||||
VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
|
# VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
|
||||||
# VITE_API_BASE_URL = 'http://10.164.213.88:4000'
|
VITE_API_BASE_URL = 'http://10.197.246.88:4000'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { type FC } from 'react'
|
import { type FC } from 'react'
|
||||||
import { Receipt1, Paperclip2, Calendar } from 'iconsax-react'
|
import { Paperclip2, Calendar } from 'iconsax-react'
|
||||||
import { useParams } from 'react-router-dom'
|
import { useParams } from 'react-router-dom'
|
||||||
import moment from 'moment-jalaali'
|
import moment from 'moment-jalaali'
|
||||||
import { useGetOrderDetails } from './hooks/useOrderData'
|
import { useGetOrderDetails } from './hooks/useOrderData'
|
||||||
@@ -25,10 +25,10 @@ const OrderDetail: FC = () => {
|
|||||||
<div className="bg-white rounded-2xl p-6 mb-6">
|
<div className="bg-white rounded-2xl p-6 mb-6">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center">
|
||||||
<h2 className="text-lg font-light mb-6">اطلاعات سفارش</h2>
|
<h2 className="text-lg font-light mb-6">اطلاعات سفارش</h2>
|
||||||
<a href="#" className="flex items-center gap-2 text-[#0037FF] text-sm">
|
{/* <a href="#" className="flex items-center gap-2 text-[#0037FF] text-sm">
|
||||||
<Receipt1 size={20} color="#3B82F6" />
|
<Receipt1 size={20} color="#3B82F6" />
|
||||||
<span>پیش فاکتور</span>
|
<span>پیش فاکتور</span>
|
||||||
</a>
|
</a> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-col gap-10">
|
<div className="flex flex-col gap-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user