jeecgBootUniapp/src/pages/produce/shishishuju/index.vue
2025-05-22 15:30:36 +08:00

20 lines
320 B
Vue

<template>
<trqSssjVue></trqSssjVue>
</template>
<script setup>
import {
queryJinriShengchansj,
queryYearShengchansj,
queryJinriTrqShengchansj
} from '@/api/produce';
import {
formatDate,
getDateAfterDays
} from '@/utils/dateTime';
import trqSssjVue from './trqSssj';
</script>
<style scoped>
</style>