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

This commit is contained in:
g7hoo 2022-10-08 09:57:01 +08:00
parent 5b2de3fb27
commit b54298fe09

View File

@ -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' },