monthReport.axml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <view class="report-wrapper">
  2. <!-- <view class="f2-chart">
  3. <f2 onInit="onInitChart"></f2>
  4. </view>
  5. <view class="f2-chart">
  6. <f2 onInit="onInitChart2"></f2>
  7. </view> -->
  8. <image mode="widthFix" class="report-img" src="/image/report-01.jpg"/>
  9. <view class="common-data-wrapper block-data-wrapper">
  10. <image mode="widthFix" class="report-img" src="/image/report-02.jpg"/>
  11. <view class="common-data">
  12. <view>——保姆服务月度回顾——</view>
  13. <view class="report-date">{{reportDate}}</view>
  14. <view class="service-day">[{{servantName}}]已服务您<text>{{serviceDay}}</text>天啦!</view>
  15. <view class="percent-top">您的保姆服务质量超过全国<text>{{percentTop}}</text>的家庭</view>
  16. </view>
  17. </view>
  18. <image mode="widthFix" class="report-img" src="/image/report-03.jpg"/>
  19. <!-- 本月花销合计 -->
  20. <view class="expend-total">
  21. 您的保姆本月服务花销共计 <text>{{expendTotal}}</text> 元
  22. </view>
  23. <view class="common-data-wrapper block-data-wrapper">
  24. <image mode="widthFix" class="report-img" src="/image/report-04.jpg"/>
  25. <view class="common-data shape-chart1">
  26. <f2 onInit="onInitChart1"></f2>
  27. </view>
  28. </view>
  29. <view class="common-data-wrapper block-data-wrapper">
  30. <image mode="widthFix" class="report-img" src="/image/report-05.jpg"/>
  31. <view class="common-data shape-chart2">
  32. <f2 onInit="onInitChart2"></f2>
  33. </view>
  34. </view>
  35. <!-- 任务完成趋势图 -->
  36. <image mode="widthFix" class="report-img" src="/image/report-06.jpg"/>
  37. <!-- 任务完成详细情况 -->
  38. <view class="common-data-wrapper block-data-wrapper">
  39. <image mode="widthFix" class="report-img" src="/image/report-07.jpg"/>
  40. <view class="common-data shape-chart1">
  41. <f2 onInit="onInitChart4"></f2>
  42. </view>
  43. </view>
  44. <!-- <image mode="widthFix" class="report-img" src="/image/report-04.jpg"/>
  45. <image mode="widthFix" class="report-img" src="/image/report-05.jpg"/> -->
  46. <!-- <image mode="widthFix" class="report-img" src="/image/report-06.jpg"/> -->
  47. <!-- <image mode="widthFix" class="report-img" src="/image/report-07.jpg"/> -->
  48. <image mode="widthFix" class="report-img" src="/image/report-08.png"/>
  49. </view>