车间能级提升-智能设备管理系统
朱桂飞
2025-02-08 a4e9be7205274b93571c74268855b39129145328
1
2
3
4
5
6
<script lang="ts" setup>
import { VbenCountToAnimator } from '@vben/common-ui';
</script>
<template>
  <VbenCountToAnimator :duration="3000" :end-val="30000" :start-val="1" />
</template>