{{scope.row.product_title}}
{{scope.row.user_info.nickname}}({{scope.row.uid }})
+{{(scope.row.real_amount/100).toFixed(2)}}
{{(scope.row.real_amount/100).toFixed(2)}}
{{parseInt(scope.row.real_amount)>=0?"收入":"支出"}}
{{scope.row.order_type_name}}
{{scope.row.order_state_name}}
{{formatDate(scope.row.created_at)}}
{{scope.row.operator_info.nickname}}
{{scope.row.related_project.name?scope.row.related_project.name:"--"}}
编辑