完善订单详情和售后退款日志展示样式重构

(cherry picked from commit 46fd154e3a)
This commit is contained in:
puhui999
2023-09-03 01:44:22 +08:00
committed by shizhong
parent 563c3eeddf
commit c960ba1e20
4 changed files with 161 additions and 14 deletions

View File

@ -51,12 +51,13 @@ export interface OrderVO {
avatar?: string
}
// 订单操作日志
orderLog: orderLog[]
orderLog?: orderLog[]
}
export interface orderLog {
content?: string
createTime?: Date
userType?: number
}
export interface OrderItemRespVO {