index.vue 266 Bytes
Newer Older
liuliang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template>
  <m-oit title="dbeoit" type="edit"></m-oit>
</template>

<script>
import Dbioit from '~/views/Statics/Dbioit'

export default {
  name: 'StaticsDbeoit',
  components: {
    'm-oit': Dbioit,
  },
  data() {
    return {}
  },
}
</script>

<style></style>