修改退款货币排序

This commit is contained in:
dragon
2024-11-29 11:47:50 +08:00
parent a79445b9e5
commit 369bf84a1f

View File

@@ -155,8 +155,10 @@
<el-button class="primary" type="primary" @click="exportInfoFun()"
>导出</el-button
>
<div v-for="(value, key) in sortedMapObj" :key="key">
<el-button type="text">{{ key }}: {{ value }}, </el-button>
<div>
<el-button v-for="(value, key) in sortedMapObj" :key="key" type="text"
>{{ key }}: {{ value }},
</el-button>
</div>
<!-- 表格 -->
<el-table