风险预警列表

This commit is contained in:
shijingjing
2022-03-24 10:40:30 +08:00
parent 79236440f9
commit 314d9217d5
3 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<template>
<div class="detail">
详情
</div>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
<style lang="scss" scoped>
.detail {
}
</style>