Newer
Older
smart-metering-front / src / views / device / standingBook / adjustDevice.vue
  <!-- 校准检定设备页面 -->
<script lang="ts" setup name="adjustDevice">
import page from './components/templatePage.vue'
// 逻辑代码
</script>

<template>
  <page name="校准检定设备" authority="adjustDevice" is-calibration-test-equipment="1" />
</template>

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