|
@@ -744,7 +744,7 @@ export default {
|
|
align: 'center',
|
|
align: 'center',
|
|
render: (h, { row }) => {
|
|
render: (h, { row }) => {
|
|
const lines = JSON.parse(row.filter)
|
|
const lines = JSON.parse(row.filter)
|
|
- if (lines.source == 'qmx' || row.product_type == '中标必听课') {
|
|
|
|
|
|
+ if (lines.source == 'qmx' || row.product_type == '中标必听课' || row.is_backstage_order == '1') {
|
|
return h('span', row.pay_money ? this.localed(row.pay_money / 100) : this.localed(0))
|
|
return h('span', row.pay_money ? this.localed(row.pay_money / 100) : this.localed(0))
|
|
} else {
|
|
} else {
|
|
return h('span', row.order_money ? this.localed(row.order_money / 100) : this.localed(0))
|
|
return h('span', row.order_money ? this.localed(row.order_money / 100) : this.localed(0))
|