{{scope.row.paymentMode == 1?'微信':'-'}}
{{scope.row.state == 1?'待付款':scope.row.state == 2?'待发货':scope.row.state == 3?'待收货':scope.row.state == 4?'已完成':scope.row.state ==5?'已取消':scope.row.state == 6?'待成团':'代售后'}}
{{scope.row.paymentTime != ''?scope.row.paymentTime:'-'}}