风险预警列表
This commit is contained in:
21
src/apps/AppWarningMonitoring/detail.vue
Normal file
21
src/apps/AppWarningMonitoring/detail.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<div class="detail">
|
||||
详情
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.detail {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user