mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-11 07:51:41 +00:00
REVIEW 支付应用、支付订单
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user