-
- {{ item.promotersTelephone || '添加' }}
-
+
+ {{item?.monthFreightAmount | currency}}
+
+
+ {{item?.dayWithdrawalAmount | currency}}
+
+
+ {{item?.monthWithdrawalAmount | currency}}
+
+
+ {{item?.monthReceivableAmount | currency}}
+
+
+ {{item?.isCaptain == 1 ? '车队长' : '司机'}}