迭代 ONE-OS 多原型:加氢记录/订单同源对账、租赁明细校验与月度损益、车辆与台账增强;新增客户回款与加氢站统计;补齐业务逻辑与对象存储发布规范,同步原型导航。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-07-16 09:00:13 +08:00
parent aa6b9a7683
commit 47c223a666
130 changed files with 17507 additions and 4461 deletions

View File

@@ -5,12 +5,14 @@ import {
ArrowRightLeft,
Car,
CircleDollarSign,
Download,
Eye,
FileText,
MoreHorizontal,
OctagonX,
Pencil,
RefreshCw,
Settings2,
Trash2,
Undo2,
Upload,
@@ -31,6 +33,7 @@ export type OperationActionItem = {
const MORE_ACTION_ICONS: Record<string, LucideIcon> = {
edit: Pencil,
del: Trash2,
delete: Trash2,
addVehicle: Car,
renew: RefreshCw,
authorized: FileText,
@@ -41,6 +44,9 @@ const MORE_ACTION_ICONS: Record<string, LucideIcon> = {
toFormal: ArrowRightLeft,
stampSupplement: Upload,
uploadStamped: Upload,
manage: Settings2,
preview: Eye,
download: Download,
};
function renderMenuItemLabel(item: OperationActionItem) {