feat: 最新动态列支持图片展示 — 纯文字/纯图片/图文混合三种模式

后端: ProductResponse 新增 latest_record_has_images
前端: 📷图标 + 纯图片时显示"图片记录" + Tooltip标注[含图片]
This commit is contained in:
2026-08-12 16:01:24 +08:00
parent 92c388190c
commit e511952ea0
4 changed files with 14 additions and 7 deletions

View File

@ -20,6 +20,7 @@ export interface ProductResponse {
created_at: string;
latest_record_time: string | null;
latest_record_content: string | null;
latest_record_has_images: boolean;
}
/** MOM 物料选项 */