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.
22 lines
226 B
22 lines
226 B
1 year ago
|
<!-- 巡查路线设置-水闸 -->
|
||
|
<script>
|
||
|
export default {
|
||
|
name: '',
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<div>
|
||
|
水闸
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<style scoped lang="less"></style>
|