update 到qualityInspectionCurrent

This commit is contained in:
2022-09-02 10:59:44 +08:00
parent 64ee3cb64e
commit 744f288b70
27 changed files with 180 additions and 150 deletions

View File

@@ -174,7 +174,7 @@ export default {
setStaticTableProps() {
// Step1: 设置静态的 table props
const staticTableProps = [
{ prop: 'lineName', label: '产线', fixed: true },
{ prop: 'lineName', label: i18n.t('pl.title'), fixed: true },
{ prop: 'equName', label: i18n.t('equipment'), fixed: true },
{ prop: 'totalProduction', label: '总产量', fixed: true }
]