Newer
Older
smart-metering-front / src / views / device / stateManage / sealupApply.vue
bairujie on 28 Feb 2023 324 bytes "代码规范修改"
<script lang="ts" setup name="sealupApply">
import page from './components/templatePage.vue'
</script>

<template>
  <app-container>
    <page name="设备封存申请" authority="sealupApply" apply-type="4" form-code="DEVICE_SEALED_APPROVAL" />
  </app-container>
</template>

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