From 60a394688438a38b5f6b3f3144a3a5641f77b599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 20 Sep 2025 15:39:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(hjmCar):=20=E6=B7=BB=E5=8A=A0=E8=BD=A6?= =?UTF-8?q?=E6=9E=B6=E5=8F=B7=E5=AD=97=E6=AE=B5=E5=B1=95=E7=A4=BA=E4=B8=8E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在多个页面组件中新增了车架号(vinCode)的展示字段, 并在对应的 API 数据模型中增加了 vinCode 属性定义。 涉及文件包括 BestSellers.tsx 多个路径以及 hjmCar 模型文件。 --- src/api/hjm/hjmCar/model/index.ts | 2 ++ src/hjm/BestSellers.tsx | 2 ++ src/pages/index/BestSellers.tsx | 2 ++ src/user/car/BestSellers.tsx | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/api/hjm/hjmCar/model/index.ts b/src/api/hjm/hjmCar/model/index.ts index 79f05f6..eef768d 100644 --- a/src/api/hjm/hjmCar/model/index.ts +++ b/src/api/hjm/hjmCar/model/index.ts @@ -24,6 +24,8 @@ export interface HjmCar { parentOrganizationAdmin?: string; // 车辆编号 code?: string; + // 车架号 + vinCode?: string; // 安装人员ID installerId?: number; // 安装时间 diff --git a/src/hjm/BestSellers.tsx b/src/hjm/BestSellers.tsx index e1d83a8..e58b323 100644 --- a/src/hjm/BestSellers.tsx +++ b/src/hjm/BestSellers.tsx @@ -29,6 +29,8 @@ const BestSellers = (props: any) => { className={'text-gray-700'}>{item.parentOrganization}