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}