1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -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
1
dist/src__pages__order__index.cf47eed5.async.js
vendored
Normal file
1
dist/src__pages__order__index.cf47eed5.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/src__pages__payment__index.9f4c9943.async.js
vendored
Normal file
1
dist/src__pages__payment__index.9f4c9943.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/umi.20608113.js → dist/umi.59270a6b.js
vendored
2
dist/umi.20608113.js → dist/umi.59270a6b.js
vendored
File diff suppressed because one or more lines are too long
@@ -146,7 +146,6 @@ const LogTableList: React.FC = () => {
|
||||
{ label: '支付成功', value: 1 },
|
||||
{ label: '取消', value: -1 },
|
||||
{ label: '退款中', value: -2 },
|
||||
{ label: '退款完成', value: -3 }
|
||||
]
|
||||
return <Select
|
||||
{...fieldProps}
|
||||
|
||||
@@ -131,7 +131,6 @@ const LogTableList: React.FC = () => {
|
||||
{ label: '支付成功', value: 1 },
|
||||
{ label: '取消', value: -1 },
|
||||
{ label: '退款中', value: -2 },
|
||||
{ label: '退款完成', value: -3 }
|
||||
]
|
||||
return <Select
|
||||
{...fieldProps}
|
||||
|
||||
Reference in New Issue
Block a user