添加收益和提现页面

This commit is contained in:
geng.tang@qq.com
2024-01-11 14:38:35 +08:00
parent 12004b1107
commit c3413fd1a0
17 changed files with 1157 additions and 4948 deletions

View File

@@ -19,8 +19,6 @@
<search
@search="reload"
:selection="selection"
@add="openEdit"
@remove="removeBatch"
@advanced="openAdvanced"
/>
</template>
@@ -305,7 +303,15 @@
{
title: '到期时间',
dataIndex: 'expirationTime',
key: 'expirationTime'
key: 'expirationTime',
sorter: true
},
{
title: '逾期天数',
dataIndex: 'expirationDay',
key: 'expirationDay',
align: 'center',
sorter: true
},
{
title: '买家',