2025-03-07 14:36:54 +08:00
|
|
|
<template>
|
2025-03-12 11:35:36 +08:00
|
|
|
<CustomCard>
|
|
|
|
<section>农药</section>
|
|
|
|
</CustomCard>
|
2025-03-07 14:36:54 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
import { ref } from 'vue';
|
|
|
|
import CustomCard from '@/components/CustomCard.vue';
|
|
|
|
/* --------------- data --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
|
|
|
|
/* --------------- methods --------------- */
|
|
|
|
// #region
|
|
|
|
|
|
|
|
// #endregion
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style>
|