修改退款审核提示字段

This commit is contained in:
al 2025-01-10 17:58:08 +08:00
parent e6c0e2a1ff
commit 0a476bcbbc
1 changed files with 3 additions and 1 deletions

View File

@ -220,7 +220,9 @@ export default function RefundDetail() {
}}
>
{data && data?.refunds_status === 4
? "系统已自动提交"
? "超时自动提交"
: data && data?.refunds_status === 3
? "2小时无条件退款"
: !checkAble
? "您已提交"
: isLoading