feat: 更新 @riwa/api-types 依赖版本,优化银行卡信息认证状态显示
This commit is contained in:
@@ -43,7 +43,8 @@ const columns: TableBaseColumns = [
|
||||
},
|
||||
{
|
||||
title: '是否认证',
|
||||
key: 'isVerified'
|
||||
key: 'isVerified',
|
||||
render: (row: any) => (row.isVerified ? '是' : '否')
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user