refactor: 前后端基础部分
This commit is contained in:
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/zh.js
Normal file
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/zh.js
Normal file
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
'SbPointIvt': {
|
||||
'title': '生箔点位库存',
|
||||
'table': {
|
||||
'point_code': '点位编码',
|
||||
'vehicle_code': '载具编码',
|
||||
'product_area': '生产区域',
|
||||
'point_location': '位置',
|
||||
'ext_code': '外部编码',
|
||||
'remark': '备注',
|
||||
'is_used': '是否启用',
|
||||
'mes_used': 'MES启用',
|
||||
'update_time': '修改时间'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': '点位编码',
|
||||
'vehicle_code': '载具编码',
|
||||
'product_area': '生产区域',
|
||||
'point_location': '位置',
|
||||
'ext_code': '外部编码',
|
||||
'is_used': '是否启用',
|
||||
'mes_used': 'MES启用'
|
||||
},
|
||||
'rules': {
|
||||
'r1': '点位编码不能为空',
|
||||
'r2': '点位状态不能为空',
|
||||
'r3': '是否启用不能为空'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '输入点位编码'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user