yuan
2026-06-16 976dddb150fc3c73520e234a6407f759287d2edd
src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
@@ -30,7 +30,7 @@
import ProductTypeSwitch from './ProductTypeSwitch.vue'
import { productInOutAnalysis } from '@/api/viewIndex.js'
const productType = ref(1) // 1=原材料 2=半成品 3=成品
const productType = ref(2) // 1=原材料 3=半成品 2=成品
const chartStyle = { width: '100%', height: '130%' }