diff --git a/apps/web-antd/src/api/pay/refund/index.ts b/apps/web-antd/src/api/pay/refund/index.ts index 93ae9fc9..133a8bcb 100644 --- a/apps/web-antd/src/api/pay/refund/index.ts +++ b/apps/web-antd/src/api/pay/refund/index.ts @@ -31,6 +31,7 @@ export namespace PayRefundApi { successTime: Date; notifyTime: Date; createTime: Date; + updateTime: Date; } /** 退款订单分页请求 */ diff --git a/apps/web-antd/src/views/pay/notify/index.vue b/apps/web-antd/src/views/pay/notify/index.vue index 43e6a156..ae5ec8ca 100644 --- a/apps/web-antd/src/views/pay/notify/index.vue +++ b/apps/web-antd/src/views/pay/notify/index.vue @@ -67,7 +67,6 @@ const [Grid, gridApi] = useVbenVxeGrid({ } as VxeTableGridOptions, }); -