|
|
@@ -20,9 +20,9 @@
|
|
|
<a :href="`/main/orders_detail/?id=${scope.row.order_no}`" style="color: #006eff" target="_blank">{{scope.row.product_title}}</a>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="price" label="订单金额">
|
|
|
+ <el-table-column prop="amount" label="订单金额">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{scope.row.price}}</span>
|
|
|
+ <span>{{scope.row.amount}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="title" label="关联项目">
|