department_statistics.vue 205 B

123456789101112131415161718192021222324
  1. <template>
  2. </template>
  3. <script>
  4. export default {
  5. name:'department_statistics',
  6. data() {
  7. return {
  8. };
  9. },
  10. watch: {},
  11. mounted() {
  12. },
  13. methods: {
  14. }
  15. };
  16. </script>
  17. <style scoped="scoped">
  18. </style>