Newer
Older
smart-metering-front / src / views / measure / file / list / certification.vue
<!-- 资质证明 -->
<script lang="ts" setup name="Certificationfile">
import templatePage from '../components/templatePage.vue'
</script>

<template>
  <template-page name="资质证明" authority="certification" />
</template>