feat: 库存弹窗展示车牌号及省市信息
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-03-27 15:39:10 +08:00
parent e4ffd027be
commit 9a7382101b
4 changed files with 16 additions and 3 deletions

View File

@@ -36,6 +36,8 @@ export interface Vehicle {
color: string;
location: string;
region: string;
province: string | null;
city: string | null;
status: 'Operating' | 'Inventory' | 'Pending' | 'Abnormal';
ownership: string;
rentCompany: string;