先提交一波
This commit is contained in:
22
project/oms/apps/develop/AppDataModel/dmAdd.vue
Normal file
22
project/oms/apps/develop/AppDataModel/dmAdd.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<section class="dmAdd">
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "dmAdd",
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {},
|
||||
created() {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.dmAdd {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user