特易招,招聘小程序
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.

36 lines
380 B

6 months ago
6 months ago
6 months ago
  1. <template>
  2. <view class="page">
  3. <navbar
  4. title="记工记账"
  5. />
  6. <tabber select="1" />
  7. </view>
  8. </template>
  9. <script>
  10. import tabber from '@/components/base/tabbar.vue'
  11. export default {
  12. components: {
  13. tabber,
  14. },
  15. data() {
  16. return {
  17. }
  18. },
  19. computed: {
  20. },
  21. onReady() {
  22. },
  23. methods: {
  24. }
  25. }
  26. </script>
  27. <style scoped lang="scss">
  28. </style>