Newer
Older
xc-metering-front / src / views / tested / status / delay / index.vue
liyaguang on 26 Aug 2023 192 bytes fix(*): 状态管理细节完善
<!-- 沿用申请 -->
<script lang="ts" setup name="DelayPage">
import list from '@/views/tested/status/delay/components/page.vue'
</script>

<template>
  <list status-type="5" />
</template>