学员端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. <template>
  2. <!-- 模拟器 -->
  3. <view class="consultItem">
  4. <view class="top_row">
  5. <view class="flex">
  6. <view class="tag">科目三考场模拟</view>
  7. <view class="schoolName">xx考场</view>
  8. </view>
  9. <view class="status">
  10. <view class="text">待处理</view>
  11. <view class="icon">
  12. <u-icon name="arrow-right" size="14" color="#686B73" style="margin-left: 12rpx;"></u-icon>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="target">
  17. <view class="row">
  18. <view class="leftLab">
  19. <view class="icon">
  20. <image src="@/static/images/car/ic_chexing.png" mode=""></image>
  21. </view>
  22. <view class="lab">所选车型</view>
  23. </view>
  24. <view class="name">C1</view>
  25. </view>
  26. <view class="row">
  27. <view class="leftLab">
  28. <view class="icon">
  29. <image src="@/static/images/car/ic_shijian.png" mode=""></image>
  30. </view>
  31. <view class="lab">预约时间</view>
  32. </view>
  33. <view class="name">2023/08/08 10:00:00</view>
  34. </view>
  35. </view>
  36. <view class="border_bottom">
  37. <view class="dateBox">
  38. <view class="date">完成时间2022-01-04</view>
  39. <!-- <view class="date">处理时间2022-01-04</view> -->
  40. </view>
  41. <view class="btnBg" @click.stop="$goPage('/pages/carEntry/evaluate/evaluate')">去评价</view>
  42. </view>
  43. </view>
  44. </template>
  45. <script>
  46. </script>
  47. <style lang="scss" scoped>
  48. @import './comp.scss';
  49. .tag {
  50. background: rgba(144,12,12,0.1)!important;
  51. color: #FF7070 !important;
  52. }
  53. </style>