洛阳学员端
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.

102 lines
3.3 KiB

  1. <template>
  2. <view class="comp">
  3. <!-- 学习状态 -->
  4. <view class="learnStatus">
  5. <view class="card mt20">
  6. <view class="flex-b" >
  7. <view class="lab">实操预约</view>
  8. <view class="link-arrow" @click="$goPage('/pages/carEntry/operaAppointment/operaAppointment?subject=2')">
  9. <view class="txt">去预约</view>
  10. <u-icon name="arrow-right" color="#3776FF" :size="16"></u-icon>
  11. </view>
  12. <!-- <view class="btn" @click.stop="$goPage('/pages/carEntry/evaluate/evaluate?subject=2&coachType=1')">去学习</view> -->
  13. </view>
  14. </view>
  15. <view class="h1"><text class="active">学习状态</text></view>
  16. <view class="card">
  17. <view class="flex-b padTb">
  18. <view class="lab">科目二考试成绩已通过</view>
  19. <view class="date">2023/08/09 22:52:12</view>
  20. </view>
  21. <view class="flex-b bg">
  22. <view class="row">
  23. <view class="text">考试成绩97</view>
  24. <view class="btn" @click="$goPage('/pages/carEntry/evaluate/evaluate?subject=2&coachType=1')">去评价</view>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="card">
  29. <view class="flex-b padTb">
  30. <view class="lab">科目二考试预约成功</view>
  31. <view class="date">2023/08/09 22:52:12</view>
  32. </view>
  33. <view class="bg">
  34. <view class="row">
  35. <view class="text">考试场地某某场地</view>
  36. </view>
  37. <view class="row">
  38. <view class="text">考试时间2023/08/23 10:00:00 </view>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="card">
  43. <view class="flex-b padTb">
  44. <view class="lab">科目二考试预约受理中</view>
  45. <view class="date">2023/08/09 22:52:12</view>
  46. </view>
  47. <view class="bg">
  48. <view class="row">
  49. <view class="text">考试场地某某场地</view>
  50. </view>
  51. <view class="row">
  52. <view class="text">考试时间2023/08/23 10:00:00 </view>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="card">
  57. <view class="flex-b padTb">
  58. <view class="lab">科目二学习进度已通过</view>
  59. <view class="date">2023/08/09 22:52:12</view>
  60. </view>
  61. <view class="bg">
  62. <view class="row bg">
  63. <view class="text">前往"12123"APP预约考试</view>
  64. <view class="btn">去预约</view>
  65. </view>
  66. </view>
  67. </view>
  68. <view class="card">
  69. <view class="flex-b padTb">
  70. <view class="lab">科目二实操训练已核销</view>
  71. <view class="date">2023/08/09 22:52:12</view>
  72. </view>
  73. <view class="bg">
  74. <view class="row">预约场地某某场地</view>
  75. <view class="row">预约教练王一宝</view>
  76. <view class="row">预约车辆浙A66666</view>
  77. <view class="row">预约时间2023/08/09 22:52:12</view>
  78. <view class="row">核销时间2023/08/09 22:52:12</view>
  79. </view>
  80. </view>
  81. <view class="card">
  82. <view class="flex-b padTb">
  83. <view class="lab">科目二实操训练已预约</view>
  84. <view class="date">2023/08/09 22:52:12</view>
  85. </view>
  86. <view class="bg">
  87. <view class="row">预约场地某某场地</view>
  88. <view class="row">预约教练王一宝</view>
  89. <view class="row">预约车辆浙A66666</view>
  90. <view class="row">预约时间2023/08/09 22:52:12</view>
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. </template>
  96. <script>
  97. </script>
  98. <style lang="scss" scoped>
  99. @import './comp.scss';
  100. </style>