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

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.20608113.js"></script>
<script src="/umi.59270a6b.js"></script>
</body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

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}