pms-aomei/src/views/modules/pms/reportDesign/index.vue

19 lines
222 B
Vue
Raw Normal View History

2023-03-06 14:10:22 +08:00
<template>
2023-03-06 16:15:12 +08:00
<div>design</div>
2023-03-06 14:10:22 +08:00
</template>
<script>
export default {
name: "ReportDesign",
props: {},
data() {
return {};
},
created() {},
mounted() {},
methods: {},
};
</script>
<style scoped></style>