This commit is contained in:
parent
b8ea253d6e
commit
6c1e34be7a
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue