小程序用户改用门店登录
This commit is contained in:
@@ -211,14 +211,6 @@ const PaymentPage: React.FC = () => {
|
||||
return <Tag color={item?.color}>{item?.text}</Tag>;
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '提交人',
|
||||
dataIndex: 'user',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (_, record) => record.user?.nickname ?? '-',
|
||||
},
|
||||
{
|
||||
title: '提交时间',
|
||||
dataIndex: 'created_at',
|
||||
@@ -310,7 +302,6 @@ const PaymentPage: React.FC = () => {
|
||||
{PAYMENT_STATUS_MAP[detail.payment.status ?? 0]?.text}
|
||||
</Tag>
|
||||
</Descriptions.Item>
|
||||
<Descriptions.Item label="提交人">{detail.payment.user?.nickname ?? '-'}</Descriptions.Item>
|
||||
<Descriptions.Item label="提交时间">{detail.payment.created_at}</Descriptions.Item>
|
||||
<Descriptions.Item label="审核人">{detail.payment.auditor?.nickname ?? '-'}</Descriptions.Item>
|
||||
<Descriptions.Item label="审核时间">{detail.payment.audited_at ?? '-'}</Descriptions.Item>
|
||||
|
||||
Reference in New Issue
Block a user