Newer
Older
smart-metering-front / src / views / device / stateManage / openApply.vue
<script lang="ts" setup name="openApply">
import page from './components/templatePage.vue'
</script>

<template>
  <app-container>
    <page name="设备启封申请" authority="openApply" apply-type="5" />
  </app-container>
</template>

<style lang="scss" scoped>
// 样式
</style>