diff --git a/src/i18n/en.js b/src/i18n/en.js index b7a28a7..077c677 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -62,9 +62,13 @@ t.routes['设备分组报警信息'] = 'Equipment Group Alarm' t.routes['设备历史参数'] = 'Equipment Historical Parameters' t.routes['质量检测类型'] = 'Quality Inpection Types' t.routes['质量检测信息'] = 'Quality Inpection Details' +t.routes['安灯检测盒'] = 'Andeng inspection box' - +t.andeng = {} +t.andeng.inspectContent = 'Inspection Content' +t.andeng.btnVal = 'Button Value' +t.andeng.btnBoxModel = 'Button Box Model' t.dictValueList = 'View Details' @@ -178,6 +182,7 @@ t.hints.select = 'Please select ' t.hints.date = 'Please select date' t.hints.checktime = 'Please select inspection time' t.hints.number = 'Please input correct number' +t.hints.integer = 'Please input correct integer' t.hints.addr = 'Please input address' t.hints.upload2m = 'File size cannot be larger than 2MB (2048KB)' t.hints.upload2mPic = 'Image files only. File size cannot be larger than 2MB (2048KB)' @@ -263,10 +268,10 @@ t.realtime.recentParamValue = 'recent parameters' t.realtime.view = 'view' t.realtime.input = 'input' //'投入数' t.realtime.output = 'output' //'产出数' -t.realtime.eqName = 'Equipment name' +t.realtime.eqName = 'Equipment name' t.realtime.eqCode = 'Equipment cdoe' t.realtime.productionSnapshotTime = 'production recording time' // '生产量记录时间' -t.realtime.statusSnapshotTime = 'status recording time' // '状态记录时间' +t.realtime.statusSnapshotTime = 'status recording time' // '状态记录时间' t.realtime.refresh = 'Refresh data...' @@ -348,11 +353,11 @@ t.eq.downdurationratio = 'Malfunction duration ratio' // '故障时长比率' t.eq.speedefficiency = 'Speed launch rate' //'速度开动率' t.eq.speedlost = 'Speed lost' t.eq.timeefficiency = 'Time launch rate' //'时间开动率' -t.eq.year='year' -t.eq.month='month' +t.eq.year = 'year' +t.eq.month = 'month' t.eq.realyield = 'Actual processing speed' -t.eq.designyield = 'Theoretical processing speed' -t.eq.viewtrend = 'View Trends' +t.eq.designyield = 'Theoretical processing speed' +t.eq.viewtrend = 'View Trends' diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 6e3db79..c2e8255 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -63,8 +63,12 @@ t.routes['设备分组报警信息'] = '设备分组报警信息' t.routes['设备历史参数'] = '设备历史参数' t.routes['质量检测类型'] = '质量检测类型' t.routes['质量检测信息'] = '质量检测信息' +t.routes['安灯检测盒'] = '安灯检测盒' - +t.andeng = {} +t.andeng.inspectContent = '检测内容' +t.andeng.btnVal = '按钮值' +t.andeng.btnBoxModel = '按钮盒模式' t.dictValueList = '查看值列表' @@ -179,6 +183,7 @@ t.hints.select = '请选择' t.hints.date = '请选择日期' t.hints.checktime = '请选择检测时间' t.hints.number = '请输入正确的数值' +t.hints.integer = '请输入正确的整数' t.hints.addr = '请输入地址' t.hints.upload2m = '上传文件大小不要超过 2MB (2048KB)' t.hints.upload2mPic = '上传图片文件,且大小不要超过 2MB (2048KB)' diff --git a/src/views/modules/monitoring/qualityInspectionBoxBtn.vue b/src/views/modules/monitoring/qualityInspectionBoxBtn.vue new file mode 100644 index 0000000..33674ce --- /dev/null +++ b/src/views/modules/monitoring/qualityInspectionBoxBtn.vue @@ -0,0 +1,368 @@ + + +