|
|
@@ -47,7 +47,7 @@
|
|
|
</ElFormItem>
|
|
|
</EditDialog>
|
|
|
<ElDialog v-model="showDetailDialog" title="详情" width="500px">
|
|
|
- <PagingTable url="/balance/records/" :where="{ userId: (selectedRow || {}).id }" :order="{createdAt:'DESC'}"
|
|
|
+ <PagingTable url="/balance/records" :where="{ userId: (selectedRow || {}).id }" :order="{createdAt:'DESC'}"
|
|
|
ref="balanceTable" height="50vh">
|
|
|
<ElTableColumn prop="id" label="#" width="80" />
|
|
|
<ElTableColumn prop="amount" label="金额" min-width="120" />
|