修改退款货币排序
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user