Newer
Older
smart-metering-front / src / views / device / stateManage / handleApply.vue
bairujie on 28 Feb 2023 318 bytes "代码规范修改"
<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" form-code="DEVICE_HANDLE_APPROVAL" />
  </app-container>
</template>