天波用户运营管理后台系统
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.

index.vue 384B

3 years ago
123456789101112131415161718192021222324252627
  1. <!--
  2. * @Date: 2021-11-30 14:25:27
  3. * @LastEditors: JinxuChen
  4. * @LastEditTime: 2021-11-30 14:25:37
  5. * @FilePath: \GpsCardAdmin\src\views\off-limits-manage\alarm-query\index.vue
  6. * @description:告警查询
  7. -->
  8. <template>
  9. <div>
  10. 告警查询
  11. </div>
  12. </template>
  13. <script>
  14. export default {
  15. name:'',
  16. data(){
  17. return {
  18. }
  19. }
  20. }
  21. </script>
  22. <style scoped>
  23. </style>