mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 03:45:07 +08:00
完善订单详情和售后退款日志展示样式重构
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user