增加name字段,目的是在首页卡片显示

This commit is contained in:
yangrd 2025-04-03 10:12:33 +08:00
parent 5053aca455
commit fc7b2ce649

View File

@ -11,6 +11,7 @@ class ArtRepairLog extends CellsysEvent {
this.id = params.id;
this.repairRecordId = params.repair_record_id;
this.repairNode = params.repair_node;
this.name = params.repair_node;
this.restorers = params.restorers;
this.description = params.description;
this.datetime = params.datetime;