+
+
+ {formatWorkerAfterSalesStatus(item.status)}
+
+
+ {item.productName || item.workOrderNo || item.caseNo}
+
+
+ {item.caseNo}
+
+
+
+ {item.complaintNote || '-'}
+
+ {item.complaintFiles.length > 0 ? (
+
+ ) : null}
+
+ {item.status === 'awaiting_worker_response' ? (
+
+ ) : item.status === 'under_review' ? (
+ 已提交说明,等待客服处理
+ ) : item.status === 'recovery_pending' ? (
+
+ 待追缴 {formatMoney(item.debtAmount)},后续验收报酬将自动抵扣
+
+ ) : item.resolutionNote ? (
+ 处理结果:{item.resolutionNote}
+ ) : null}
+
+
+
+