develop #16

Merged
uiujun merged 3 commits from develop into main 2025-10-10 14:25:26 +08:00
2 changed files with 1 additions and 10 deletions
Showing only changes of commit 67209f6d20 - Show all commits

View File

@ -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',

View File

@ -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',