搜索
重置
导出
{{ scope.row.depositWay == '1' ? '电汇' : (scope.row.depositWay == '2' ? '现金' : '汇票') }}
{{ parseTime(scope.row.applyTime, '{y}-{m}-{d}') }}
{{ parseTime(scope.row.remitTime, '{y}-{m}-{d}') }}
{{ parseTime(scope.row.returnTime, '{y}-{m}-{d}') }}
{{ parseTime(scope.row.backTime, '{y}-{m}-{d}') }}
查看