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.d07eaff9.js"></script>
|
||||
<script src="/umi.ca339b1f.js"></script>
|
||||
|
||||
</body></html>
|
||||
File diff suppressed because one or more lines are too long
1
dist/src__pages__order__index.ec149aef.async.js
vendored
Normal file
1
dist/src__pages__order__index.ec149aef.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/src__pages__payment__index.cfc80c30.async.js
vendored
Normal file
1
dist/src__pages__payment__index.cfc80c30.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.d07eaff9.js → dist/umi.ca339b1f.js
vendored
2
dist/umi.d07eaff9.js → dist/umi.ca339b1f.js
vendored
File diff suppressed because one or more lines are too long
@@ -145,8 +145,8 @@ const LogTableList: React.FC = () => {
|
||||
valueType: 'text',
|
||||
search: true,
|
||||
render: (_: any, record: any) => {
|
||||
let color = record.payType == 1 ? 'volcano' : record.payType == 2 ? 'orange' : 'red'
|
||||
return <Tag color={color}>{record.payType == 1 ? '支付宝' : '微信'}</Tag>
|
||||
let color = record.orderPlatform == 1 ? 'volcano' : record.orderPlatform == 2 ? 'orange' : 'red'
|
||||
return <Tag color={color}>{record.orderPlatform == 1 ? '钱包' : record.orderPlatform == 2 ? '钱包' : record.orderPlatform == 3 ? '支付宝' : '-'}</Tag>
|
||||
},
|
||||
renderFormItem: (
|
||||
_,
|
||||
|
||||
@@ -79,12 +79,12 @@ const LogTableList: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: '支付类型',
|
||||
dataIndex: 'payType',
|
||||
dataIndex: 'orderPlatform',
|
||||
valueType: 'text',
|
||||
search: true,
|
||||
render: (_: any, record: any) => {
|
||||
let color = record.payType == 1 ? 'volcano' : record.payType == 2 ? 'orange' : 'red'
|
||||
return <Tag color={color}>{record.payType == 1 ? '支付宝' : '微信'}</Tag>
|
||||
let color = record.orderPlatform == 1 ? 'volcano' : record.orderPlatform == 2 ? 'orange' : 'red'
|
||||
return <Tag color={color}>{record.orderPlatform == 1 ? '钱包' : record.orderPlatform == 2 ? '钱包' : record.orderPlatform == 3 ? '支付宝' : '-'}</Tag>
|
||||
},
|
||||
renderFormItem: (
|
||||
_,
|
||||
|
||||
Reference in New Issue
Block a user