This commit is contained in:
PC-202306242200\Administrator
2024-09-12 19:29:33 +08:00
parent 00b3e59d4e
commit e0dcef0026
8 changed files with 4 additions and 6 deletions

View File

@@ -131,7 +131,6 @@ const LogTableList: React.FC = () => {
{ label: '支付成功', value: 1 },
{ label: '取消', value: -1 },
{ label: '退款中', value: -2 },
{ label: '退款完成', value: -3 }
]
return <Select
{...fieldProps}