Commit 601de0a7 authored by danfuman's avatar danfuman

修改

parent 108148a0
<template>
<div class="app-container MonitorSettings">
<div class="M-title">监控维度设置</div>
<div class="M-main"></div>
<div class="M-title">监控推送时间设置</div>
<div class="M-main"></div>
<div class="M-title">监控接收方式</div>
<div class="M-main"></div>
</div>
</template>
<script>
export default {
name: 'MonitorSettings',
data() {
return {
}
},
created() {
},
methods: {
handleClick() {
}
}
}
</script>
<style lang="scss" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment