select.vue 313 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view class=""></view>
  3. </template>
  4. <script>
  5. export default {
  6. data() {
  7. return {
  8. title: '学生未激活',
  9. select: 0,
  10. selectMax: 1,
  11. queryForm: {
  12. student_id: 0,
  13. },
  14. }
  15. },
  16. onLoad() {
  17. },
  18. methods: {}
  19. }
  20. </script>
  21. <style lang="scss" scoped>
  22. </style>