支付退款列表的 review

This commit is contained in:
YunaiV
2023-08-13 11:02:12 +08:00
parent 3f90ca3a57
commit c3a8479eca
3 changed files with 22 additions and 52 deletions

View File

@@ -113,6 +113,7 @@
</el-form>
</ContentWrap>
<!-- 列表 -->
<ContentWrap>
<el-table v-loading="loading" :data="list">
<el-table-column label="编号" align="center" prop="id" />
@@ -289,7 +290,6 @@ onMounted(async () => {
appList.value = await AppApi.getAppList()
})
</script>
<style>
.order-font {
padding: 2px 0;