Newer
Older
xc-metering-front / src / views / tested / MeasurementPlan / dept / index.vue
liyaguang on 26 Aug 2023 238 bytes fix(*): 计量计划细节完善
<!-- 部门送检通知 -->
<script lang="ts" setup name="DeptNotice">
import page from './components/list.vue'
</script>

<template>
  <!-- notifyType 通知类型(负责人/部门,字典值) -->
  <page notify-type="1" />
</template>