更新提现相关功能,新增已批准提现列表页面及路由,优化提现和待审核提现页面的数据获取逻辑,添加过滤功能

This commit is contained in:
tiezi
2025-12-18 20:29:42 +07:00
parent df876ffc3c
commit 609aceee16
12 changed files with 331 additions and 37 deletions

View File

@@ -25,7 +25,7 @@ const columns: TableBaseColumns = [
key: 'id'
},
{
title: 'Code',
title: '产品代码',
key: 'code'
},
{
@@ -33,7 +33,7 @@ const columns: TableBaseColumns = [
key: 'name'
},
{
title: '估值',
title: '产品估值',
key: 'estimatedValue'
},
{
@@ -41,7 +41,7 @@ const columns: TableBaseColumns = [
key: 'categoryId'
},
{
title: '创建人',
title: '创建人ID',
key: 'createdBy'
},
{