This commit is contained in:
parent
afa03b2fc2
commit
67209f6d20
@ -55,11 +55,6 @@ export default function Index({ title = '账单任务' }) {
|
||||
dataIndex: ['asset_project', 'name'],
|
||||
search: false,
|
||||
},
|
||||
{
|
||||
title: '任务ID',
|
||||
dataIndex: 'id',
|
||||
search: false,
|
||||
},
|
||||
MyColumns.EnumTag({
|
||||
title: '创建类型',
|
||||
dataIndex: 'type',
|
||||
|
||||
@ -47,11 +47,7 @@ export default function Index({ title = '支付明细' }) {
|
||||
// ]}
|
||||
columns={[
|
||||
MyColumns.ID(),
|
||||
{
|
||||
title: '支付订单',
|
||||
dataIndex: 'house_orders_id',
|
||||
search: false,
|
||||
},
|
||||
|
||||
MyColumns.EnumTag({
|
||||
title: '支付状态',
|
||||
dataIndex: 'payment_status',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user