gongchunyi
13 小时以前 001c40f565d87c682846bffba5bfad5704ab0243
fix: 出库入库改为投入、产出
已修改1个文件
4 ■■■■ 文件已修改
src/views/reportAnalysis/productionAnalysis/components/center-center.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/productionAnalysis/components/center-center.vue
@@ -80,7 +80,7 @@
const lineSeries = ref([
  {
    name: '出库',
    name: '产出',
    type: 'line',
    smooth: false,
    showSymbol: true,
@@ -98,7 +98,7 @@
    emphasis: { focus: 'series' },
  },
  {
    name: '入库',
    name: '投入',
    type: 'line',
    smooth: false,
    showSymbol: true,