fix:1
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m50s

This commit is contained in:
uiuJun 2025-10-10 14:24:57 +08:00
parent afa03b2fc2
commit 67209f6d20
2 changed files with 1 additions and 10 deletions

View File

@ -55,11 +55,6 @@ export default function Index({ title = '账单任务' }) {
dataIndex: ['asset_project', 'name'], dataIndex: ['asset_project', 'name'],
search: false, search: false,
}, },
{
title: '任务ID',
dataIndex: 'id',
search: false,
},
MyColumns.EnumTag({ MyColumns.EnumTag({
title: '创建类型', title: '创建类型',
dataIndex: 'type', dataIndex: 'type',

View File

@ -47,11 +47,7 @@ export default function Index({ title = '支付明细' }) {
// ]} // ]}
columns={[ columns={[
MyColumns.ID(), MyColumns.ID(),
{
title: '支付订单',
dataIndex: 'house_orders_id',
search: false,
},
MyColumns.EnumTag({ MyColumns.EnumTag({
title: '支付状态', title: '支付状态',
dataIndex: 'payment_status', dataIndex: 'payment_status',