feat: 更新提现功能,新增提现方式和状态枚举,优化提现审批流程
This commit is contained in:
@@ -108,7 +108,7 @@ defineExpose({
|
||||
</TableHeaderOperation>
|
||||
|
||||
<NDataTable
|
||||
:row-key="row => row.id"
|
||||
:row-key="row => (row as any).id"
|
||||
:scroll-x="2000"
|
||||
:columns="dataTableColumns"
|
||||
:data="tableData"
|
||||
|
||||
Reference in New Issue
Block a user