2025-03-07 14:36:54 +08:00
|
|
|
<template>
|
2025-04-09 15:49:53 +08:00
|
|
|
<section class="custom-page">巡查与案件</section>
|
2025-03-07 14:36:54 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
import { ref } from 'vue';
|
|
|
|
|
|
|
|
/* --------------- data --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
|
|
|
|
/* --------------- methods --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style>
|