Newer
Older
vue3-front / src / views / business / board / standardReminder / list.vue
dutingting on 17 Apr 2023 231 bytes 部门产值分析
<!-- 装置到期提醒列表页 -->
<script lang="ts" setup name="OverdueReminderList">

</script>

<template>
  <app-container>
    装置到期提醒
  </app-container>
</template>

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