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

<template>
  <app-container>
    <page name="设备闲置申请" authority="unusedApply" apply-type="3" form-code="DEVICE_UNUSED_APPROVAL" />
  </app-container>
</template>

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