init
This commit is contained in:
34
src/lang/i18n/zh/module/packing-manage.js
Normal file
34
src/lang/i18n/zh/module/packing-manage.js
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-04-07 14:04:55
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-04-28 13:56:40
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
PackingList: {
|
||||
PackingTime: '包装时间',
|
||||
WorkOrderNo: '工单号',
|
||||
SubstrateNumber: '基板数量',
|
||||
ModuleLevel: '模组等级',
|
||||
QualityGrade: '质量等级',
|
||||
Detail: '详情',
|
||||
printNumber: '打印次数',
|
||||
EntryTime: '进入包装箱时间'
|
||||
},
|
||||
labelTemplate: {
|
||||
placeholderSearch: '标签名称或编码',
|
||||
addTime: '添加时间',
|
||||
labelCode: '标签编码',
|
||||
labelName: '标签名称',
|
||||
labelType: '标签类型',
|
||||
labelContent: '标签内容',
|
||||
remark: '备注',
|
||||
levelLabel: '等级标签',
|
||||
moduleLabel: '模组标签',
|
||||
custom: '自定义',
|
||||
templateDesign: '模板设计',
|
||||
templatePreview: '模板预览',
|
||||
placeholderLength: '长度至少在3个字符以上'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user