feat: 更新 @riwa/api-types 依赖版本,优化银行卡信息认证状态显示

This commit is contained in:
2026-01-14 00:17:22 +07:00
parent 0adb734f84
commit ef4da24156
3 changed files with 9 additions and 8 deletions

View File

@@ -43,7 +43,8 @@ const columns: TableBaseColumns = [
},
{
title: '是否认证',
key: 'isVerified'
key: 'isVerified',
render: (row: any) => (row.isVerified ? '是' : '否')
},
{
title: '操作',