@@ -41,7 +41,7 @@ function getStatusText(recordStatus?: number) {
case 2:
return '已到账'
case 3:
- return '退款'
+ return '已退款'
default:
return '未知'
}