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