This commit is contained in:
gyq 2024-05-23 17:38:34 +08:00
parent b8ea253d6e
commit 6c1e34be7a
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@
</div>
</template>
</el-table-column>
<el-table-column label="支付方式" prop="payType">
<!-- <el-table-column label="支付方式" prop="payType">
<template v-slot="scope">
{{ payTypeFilter(scope.row.payType) }}
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label="订单金额" prop="orderAmount">
<template v-slot="scope">
{{ scope.row.orderAmount }}