Files
emsfront/src/views/ems/dzjk/clpz/xftg/index.vue

28 lines
249 B
Vue
Raw Normal View History

2025-06-25 12:55:58 +08:00
<template>
<div style="width:100%">
削峰填谷
</div>
</template>
<script>
export default {
name:'DzjkClpzXftg',
data() {
return {
}
},
methods:{
},
mounted(){
}
}
</script>
<style scoped lang="scss">
</style>