Newer
Older
smart-metering-front / src / views / measure / source / components / draftBox.vue
MrTan on 13 Dec 2022 165 bytes 溯源/价格库/培训按钮权限
<!-- 草稿箱 -->
<script lang="ts" setup name="draftBox">
import listPage from './listPage.vue'
</script>

<template>
  <list-page name="草稿箱" />
</template>