<script lang="ts" setup name="openApply"> import page from './components/templatePage.vue' </script> <template> <app-container> <page name="设备启封申请" authority="openApply" apply-type="5" form-code="DEVICE_UNSEALED_APPROVAL" /> </app-container> </template> <style lang="scss" scoped> // 样式 </style>