@extends('layouts.base')
@section('content')
@section('title', trans('开票记录'))
@include('Yunshop\Invoice::admin.mixins')
搜索
[[scope.row.invoice_type==0?"电子发票":scope.row.invoice_type==1?"纸质发票":"专用发票"]]
[[scope.row.has_one_member.nickname]]
开票[[scope.row.status==1?"成功":scope.row.status==0?"失败":"中" ]]
下载
查看原因
查看订单
冲红
@endsection('content')