更新vxetable框架并升级前端组件框架

This commit is contained in:
2026-06-03 11:19:52 +08:00
parent 5b6b23331d
commit 5a2050a736
385 changed files with 19691 additions and 21188 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<el-dialog
v-model="props.open"
title="确认退费"
@@ -107,19 +107,19 @@
</div>
</div>
<div>
<el-table
<vxe-table
:data="props.details"
max-height="200"
border
>
<el-table-column
prop="payEnum_dictText"
label="支付类型"
<vxe-column
field="payEnum_dictText"
title="支付类型"
align="center"
/>
<el-table-column
prop="amount"
label="金额"
<vxe-column
field="amount"
title="金额"
header-align="center"
align="right"
width="200"
@@ -127,8 +127,8 @@
<template #default="scope">
{{ scope.row.amount ? scope.row.amount + ' 元' : '-' }}
</template>
</el-table-column>
</el-table>
</vxe-column>
</vxe-table>
</div>
<!-- 金额汇总 -->
<div class="summary">