haoxuan
2023-12-04 c6b0ab0a2fbc1b37b8705527bb842156b71bd092
src/views/cockpitPage/index.vue
@@ -17,17 +17,16 @@
    </template>
    <template #leftBlock6>
      <PerSonnelProductivity
        @should-reload="reloadAllData"
      ></PerSonnelProductivity>
    </template>
    <template #rightBlock1>
      <DeviceChart @should-reload="reloadAllData"></DeviceChart>
      <DeviceChart></DeviceChart>
    </template>
    <template #rightBlock2>
      <MaterialChart @should-reload="reloadAllData"></MaterialChart>
      <MaterialChart></MaterialChart>
    </template>
    <template #rightBlock3>
      <BarChart @should-reload="reloadAllData"></BarChart>
      <BarChart></BarChart>
    </template>
  </BackgroundBoardLayout>
</template>