|
{{ item.PlateAppearances }} |
{{ item.HitCnt }} |
{{ item.RunBattedINCnt }} |
{{ item.HittingCnt }} |
{{ item.TwoBaseHitCnt }} |
{{ item.ThreeBaseHitCnt }} |
{{ item.HomeRunCnt }} |
{{ item.TotalBases }} |
{{ item.Avg == null ? '0.000' : item.Avg.toFixed(3) }} |
{{ item.BasesONBallsCnt }} |
({{ item.IntentionalBasesONBallsCnt }}) |
{{ item.HitBYPitchCnt }} |
{{ item.StrikeOutCnt }} |
{{ item.Obp.toFixed(3) }} |
{{ item.Goao == null ? '0.000' : item.Goao.toFixed(3) }} |
{{ item.Strike_Pct == null ? '0.00' : item.Strike_Pct.toFixed(2) }} |
{{ item.Ball_Pct == null ? '0.00' : item.Ball_Pct.toFixed(2) }} |
{{ item.Swing_Pct == null ? '0.00' : item.Swing_Pct.toFixed(2) }} |
{{ item.First_Pitch_Swing_Pct == null ? '0.00' : item.First_Pitch_Swing_Pct.toFixed(2) }} |
{{ item.Whiff_Pct == null ? '0.00' : item.Whiff_Pct.toFixed(2) }} |
{{ item.GB_Pct == null ? '0.00' : item.GB_Pct.toFixed(2) }} |
{{ item.LD_Pct == null ? '0.00' : item.LD_Pct.toFixed(2) }} |
{{ item.FB_Pct == null ? '0.00' : item.FB_Pct.toFixed(2) }} |