Reimburse.vue 201 B

1234567891011121314
  1. <template>
  2. <div class="reimburse">
  3. 报销管理
  4. </div>
  5. </template>
  6. <script setup lang="ts">
  7. </script>
  8. <style lang="scss">
  9. .reimburse{
  10. height: 50px;
  11. background: #fff;
  12. }
  13. </style>