src/views/reportAnalysis/productionAnalysis/components/right-bottom.vue
@@ -1,6 +1,6 @@ <template> <div> <PanelHeader title="生产核算分析" /> <PanelHeader title="生产核算分析" to="/productionManagement/productionCosting" /> <div class="main-panel panel-item-customers"> <div class="filters-row"> <DateTypeSwitch v-model="dateType" @change="handleDateTypeChange" /> @@ -28,7 +28,7 @@ import DateTypeSwitch from './DateTypeSwitch.vue' import Echarts from '@/components/Echarts/echarts.vue' const dateType = ref(1) const dateType = ref(3) const chartStyle = { width: '100%',