@for (star of [1,2,3,4,5]; track star) {
}
{{ customerFeedback.overallRating }}.0 / 5.0
提交时间: {{ customerFeedback.submittedAt | date:'yyyy-MM-dd HH:mm' }}
各维度评分
设计质量
{{ customerFeedback.dimensionRatings.designQuality }}
服务态度
{{ customerFeedback.dimensionRatings.serviceAttitude }}
交付及时性
{{ customerFeedback.dimensionRatings.deliveryTimeliness }}
性价比
{{ customerFeedback.dimensionRatings.valueForMoney }}
沟通协作
{{ customerFeedback.dimensionRatings.communication }}
@if (customerFeedback.comments) {
}
@if (customerFeedback.improvements) {
改进建议
{{ customerFeedback.improvements }}
}
@if (customerFeedback.wouldRecommend) {
愿意推荐
@if (customerFeedback.recommendationWillingness.score > 0) {
{{ customerFeedback.recommendationWillingness.score }}/10
}
}
评价内容
{{ customerFeedback.comments }}