yuan
2 天以前 ef8d3df7b1944c0a8243cf5ffc35f604dfef94e8
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%' }