严智鑫
2024-10-12 9973bb6887f668cd91f1c4a0b8a7d05f9bd229ad
UI-Project/src/lang/zh.js
@@ -142,11 +142,13 @@
        workState: '任务状态',
        lineConfigurationId: '所在位置',
        state: '生产状态',
        glassState: '玻璃状态'
        glassState: '玻璃状态',
        reportCount: '报工数量',
    },
    machine: {
        upperSlice:'自动上片机',
        scanQrCodesIdentify:'扫码识别',
        scanQredging:'扫码磨边',
        edging:'磨边机',
        cleaning:'清洗机',
        flipSlice:'翻片台',
@@ -158,6 +160,7 @@
        rotate:'旋转台',
        lamination:'贴膜机',
        scanQrCodesReport:'扫码报工',
        manualReporting:'手动报工',
    },
    functionState:{
        deleteTips:'是否确认破损?',
@@ -173,6 +176,20 @@
        downLine :'下线',
        topLine :'上线',
        start :'开工',
        stop :'暂停'
        stop :'暂停',
        bound:'绑定',
        reporting:'报工',
        reportingcount:'报工数量',
    }
    ,
    mechanicalArm:{
        deleteTips:'自动上片',
        delete :'删除',
        tips:'是否确认?',
        yes:'是',
        sure :'确认',
        cancel :'取消',
        canceled :'失败'
    }
}