2025-03-12 13:36:21 +08:00
|
|
|
<template>
|
2025-03-27 15:56:05 +08:00
|
|
|
<section class="custom-page"> 兽药生产经销商 </section>
|
2025-03-12 13:36:21 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
import { ref } from 'vue';
|
|
|
|
|
|
|
|
/* --------------- data --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
|
|
|
|
/* --------------- methods --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style>
|