优化
This commit is contained in:
@@ -27,11 +27,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="支付方式" prop="payType">
|
<!-- <el-table-column label="支付方式" prop="payType">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
{{ payTypeFilter(scope.row.payType) }}
|
{{ payTypeFilter(scope.row.payType) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column label="订单金额" prop="orderAmount">
|
<el-table-column label="订单金额" prop="orderAmount">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
¥{{ scope.row.orderAmount }}
|
¥{{ scope.row.orderAmount }}
|
||||||
|
|||||||
Reference in New Issue
Block a user