You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
273 B
15 lines
273 B
4 years ago
|
<!--电站锅炉运行水处理监督检验原始记录-->
|
||
|
<template>
|
||
|
<gl-dzscl-ysjl />
|
||
|
</template>
|
||
|
<script>
|
||
|
import GlDzsclYsjl from '@/views/ysjl/1000/common/sz/dzscl'
|
||
|
|
||
|
export default {
|
||
|
name: 'GlJjDzsclYsjl',
|
||
|
components: { GlDzsclYsjl }
|
||
|
}
|
||
|
</script>
|
||
|
<style>
|
||
|
</style>
|