修改退款审核、订单详情等页面显示

This commit is contained in:
geng.tang@qq.com
2024-01-26 15:33:03 +08:00
parent c3413fd1a0
commit 8f6567e57e
24 changed files with 677 additions and 178 deletions

View File

@@ -65,6 +65,11 @@ export interface Order {
// 用户ID
userId?: any;
nickname?: string;
equipmentCode: string;
receiptPhone: string;
emergentUser: string;
officeAddress: string;
homeAddress: string;
}
/**
@@ -93,4 +98,6 @@ export interface OrderParam extends PageParam {
isRenew?: number;
// 商户编号
merchantCode?: string;
expireDay?: number;
isExpire?: number;
}