update field doctors, cities, states and specialties
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
import { numberToArStyle } from "@/helper";
|
||||
import { LinearProgress } from "@mui/material";
|
||||
|
||||
function ProgressDetail({ data }) {
|
||||
const label = [
|
||||
"برخورد مناسب پزشک",
|
||||
"تشخیص درست",
|
||||
"زمان انتظار در مطب",
|
||||
"مهارت پزشک",
|
||||
"نظافت مطب",
|
||||
];
|
||||
|
||||
function ProgressDetail({ data, idx }) {
|
||||
return (
|
||||
<li className="flex items-center justify-start gap-2 w-full">
|
||||
<p className="text-[#525252] text-[14px] font-normal min-w-[120px] w-[118px]">
|
||||
{data.label}
|
||||
{label[idx]}
|
||||
</p>
|
||||
<LinearProgress
|
||||
value={data}
|
||||
|
||||
Reference in New Issue
Block a user