{{ item.createDate }}
{{
thisItem.orderStatus | filterWorkStatus
}}
报修人:
{{ thisItem['repairName'] }}
服务费金额(元):
{{thisItem.cost}}
收费状态:
{{thisItem.payStatus == '1' ? '已支付' : '未支付'}}
收费方式:
{{thisItem.payType == '1' ? '微信' : '现金'}}
处理人:
{{ item.name }}
操作:
{{ item.operation }}