import { useNavigate } from "react-router"; import { ArrowLeft, Sparkles, Trophy, ThumbsUp, RotateCcw, FileText } from "lucide-react"; import { toast } from "sonner"; import { Button } from "../components/ui/button"; import { Card } from "../components/ui/card"; import { AiBadge, ApprovalTracker } from "../components/shared/common"; const ranking = [ { rank: 1, name: "供应商 A(浙江中控技术)", tech: 56, biz: 18, price: 28, total: 102, reason: "技术方案最优,冗余架构与本地化服务承诺突出,综合得分第一。" }, { rank: 2, name: "供应商 B(和利时科技)", tech: 52, biz: 17, price: 30, total: 99, reason: "报价最具竞争力,技术方案满足要求,略逊于第一名。" }, { rank: 3, name: "供应商 C(西门子中国)", tech: 54, biz: 16, price: 24, total: 94, reason: "品牌与性能优秀,但报价偏高,价格分较低。" }, ]; export function AwardApproval() { const navigate = useNavigate(); return (
环氧丙烷装置大修工程 · 评标报告审批
| 排名 | 投标人 | 技术分 | 商务分 | 价格分 | 总分 |
|---|---|---|---|---|---|
|
{r.rank === 1 ? (
|
{r.name} | {r.tech} | {r.biz} | {r.price} | {r.total} |