22
schangxiang@126.com
2024-12-16 842b40ba0afed53b69cdb34b3e5ec27b8ca26f66
LA24030_LuLiPackageLine_Web/src/views/home/index.vue
@@ -499,13 +499,13 @@
const option = {
   backgroundColor: state.charts.bgColor,
   title: {
      text: '下线订单推移图',
      text: '生产订单推移图',
      x: 'left',
      textStyle: { fontSize: '12', color: state.charts.color },
   },
   tooltip: { trigger: 'axis' },
   //legend: { data: ['入库','出库', '库存', '平均'], right: 0 },
   legend: { data: ['下线订单'], right: 0 },
   legend: { data: ['生产订单'], right: 0 },
   grid: { top: 50, right: 80, bottom: 100, left: 60 },
   // grid: { top: 70, right: 80, bottom: 30, left: 80 },
   xAxis: [
@@ -570,7 +570,7 @@
      //    data: [],
      // },
      {
         name: '下线订单',
         name: '生产订单',
         type: 'line',
         smooth: true,
         showSymbol: true,