<script lang="ts" setup name="handleApply"> import page from './components/templatePage.vue' </script> <template> <app-container> <!-- 重新修改apply-type值 --> <page name="设备处置申请" authority="handleApply" apply-type="10" /> </app-container> </template> <style lang="scss" scoped> // 样式 </style>