阅行客电子档案
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.

22 lines
295 B

  1. <template>
  2. <div class="app-container tab-container">
  3. 档案出入库记录
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'StorageLog',
  9. components: {
  10. },
  11. data() {
  12. return {
  13. }
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style lang="scss" scoped>
  20. </style>