This commit is contained in:
2023-11-30 13:29:39 +08:00
parent 9f2f22d14a
commit ee6b55dd8f
2 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ module.exports = {
button2: 'auto release',
button3: 'set target site'
},
errorinfo: {
topinfo: 'error info',
ordernumber: 'order number',
errorname: 'error name',
errortype: 'error type',
errorcontent: 'error content',
solution: 'solution'
},
user: {
usermanagement: 'User management',
fullname: 'Full name',

View File

@@ -22,6 +22,14 @@ module.exports = {
button2: '自动放货',
button3: '定位目标站点'
},
errorinfo: {
topinfo: '故障信息',
ordernumber: '序号',
errorname: '故障名称',
errortype: '故障类别',
errorcontent: '故障内容',
solution: '处理办法'
},
user: {
usermanagement: '用户管理',
fullname: '姓名',