sellingOff.vue 170 B

1234567891011121314151617181920
  1. <template>
  2. <div>
  3. 我要销假
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name:"sellingoff",
  9. data(){
  10. return {
  11. }
  12. }
  13. }
  14. </script>
  15. <style>
  16. </style>