{{ scope.row.intelligent.mongey_min_rate }}%~{{ scope.row.intelligent.mongey_max_rate }}%
{{
scope.row.creditStatus == '0'
? '接单'
: scope.row.creditStatus == '1'
? '已完成'
: scope.row.creditStatus == '2'
? '已审批'
: scope.row.creditStatus == '3'
? '已拒绝'
: ' '
}}