yudao-dev/src/views/safetyEnvironmental/environmental/voc/vocManagement/index.vue

8 lines
91 B
Vue
Raw Normal View History

2023-12-05 14:30:32 +08:00
<template>
<div>voc</div>
</template>
<script>
export default {
name: 'Voc'
}
</script>