REVIEW 支付应用、支付订单

This commit is contained in:
YunaiV
2023-04-11 20:41:20 +08:00
parent 0d96645bb3
commit 8863d1d080
11 changed files with 282 additions and 363 deletions

View File

@@ -227,7 +227,7 @@
</template>
</el-table-column>
</el-table>
<content-wrap>
<ContentWrap>
<!-- 分页 -->
<Pagination
:total="total"
@@ -235,7 +235,7 @@
v-model:limit="queryParams.pageSize"
@pagination="getList"
/>
</content-wrap>
</ContentWrap>
<!-- 表单弹窗预览 -->
<RefundForm ref="formRef" @success="getList" />
</template>