jeecgBootUniapp/src/pages/produce/shishishuju/index.vue

20 lines
320 B
Vue
Raw Normal View History

2025-05-22 07:30:36 +00:00
<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>