浏览代码

update 质量当前检测数据产线名字段

pull/7/head
g7hoo 1年前
父节点
当前提交
b54298fe09
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/views/modules/monitoring/qualityInspectionCurrent.vue

+ 1
- 0
src/views/modules/monitoring/qualityInspectionCurrent.vue 查看文件

@@ -70,6 +70,7 @@ import * as echarts from 'echarts'

const tableConfigStatic = [
{ type: 'index', width: 100, name: i18n.t('index') },
{ name: i18n.t('pl.title'), prop: 'lineName' },
{ name: i18n.t('inspect.inTotal'), prop: 'sumUp' },
{ name: i18n.t('inspect.outTotal'), prop: 'sumDown' },
{ name: i18n.t('inspect.checkTotal'), prop: 'sumCheck' },


正在加载...
取消
保存