查询
重置
{{ scope.row.StoreName || '无' }}
{{ scope.row.TotalCount !== null && scope.row.TotalCount !== undefined ? scope.row.TotalCount : 0 }}
{{ scope.row.TkMemberCount !== null && scope.row.TkMemberCount !== undefined ? scope.row.TkMemberCount : 0 }}
{{ scope.row.InviteCount !== null && scope.row.InviteCount !== undefined ? scope.row.InviteCount : 0 }}
{{ scope.row.AppointmentCount !== null && scope.row.AppointmentCount !== undefined ? scope.row.AppointmentCount : 0 }}
{{ scope.row.ConsumeCount !== null && scope.row.ConsumeCount !== undefined ? scope.row.ConsumeCount : 0 }}
{{ scope.row.BillingCount !== null && scope.row.BillingCount !== undefined ? scope.row.BillingCount : 0 }}
¥{{ formatMoney(scope.row.BillingAmount) }}
{{ scope.row.VisitCount !== null && scope.row.VisitCount !== undefined ? scope.row.VisitCount : 0 }}
{{ formatPercentage(scope.row.VisitRate) }}%
{{ scope.row.TotalBillingCount !== null && scope.row.TotalBillingCount !== undefined ? scope.row.TotalBillingCount : 0 }}
¥{{ formatMoney(scope.row.TotalBillingAmount) }}
{{ formatPercentage(scope.row.ConversionRate) }}%