1234567891011121314151617 |
- <template>
- <template-manage
- class="common-print-template"
- template-type="ORDINARY"
- ></template-manage>
- </template>
- <script>
- import TemplateManage from "./TemplateManage";
- export default {
- name: "common-print-template",
- components: {
- TemplateManage
- }
- };
- </script>
|