feat(admin): v3.5.18 用户详情明文手机、任务关联版本与核销快链
HQ 后台:用户/核销记录展示完整手机号;任务列表与编辑可关联版本;账单核销单号与券号/用户可快链;门店账单日标明为出账自然日;技术支持操作按钮右对齐。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -94,6 +94,10 @@ export interface DevPlanTaskDto {
|
||||
|
||||
attachmentUrls?: string[] | null;
|
||||
|
||||
versions?: Array<{ id: string; versionNo: string }>;
|
||||
|
||||
versionIds?: string[];
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -166,6 +170,8 @@ export interface UpdateDevPlanTaskInput {
|
||||
|
||||
attachmentUrls?: string[];
|
||||
|
||||
versionIds?: string[];
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user