add 报表设计和报表预览

This commit is contained in:
lb 2023-03-06 14:10:22 +08:00
parent b3b7e4a31d
commit 770e8866a9
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<template>
<div></div>
</template>
<script>
export default {
name: "ReportDesign",
props: {},
data() {
return {};
},
created() {},
mounted() {},
methods: {},
};
</script>
<style scoped></style>

View File

@ -0,0 +1,18 @@
<template>
<div></div>
</template>
<script>
export default {
name: "ReportPreview",
props: {},
data() {
return {};
},
created() {},
mounted() {},
methods: {},
};
</script>
<style scoped></style>