refactor: 前后端基础部分
This commit is contained in:
35
nladmin-ui/src/i18n/langs/region/zh.js
Normal file
35
nladmin-ui/src/i18n/langs/region/zh.js
Normal file
@@ -0,0 +1,35 @@
|
||||
export default {
|
||||
'Region': {
|
||||
'title': '区域管理',
|
||||
'search': {
|
||||
'blurry': '模糊搜索'
|
||||
},
|
||||
'table': {
|
||||
'region_code': '区域编码',
|
||||
'region_name': '区域名称',
|
||||
'point_type_explain': '点位类型说明',
|
||||
'point_status_explain': '点位状态说明',
|
||||
'is_has_worker': '是否有工单',
|
||||
'workshop_code': '车间编码',
|
||||
'order_seq': '顺序号',
|
||||
'remark': '备注',
|
||||
'create_name': '创建人',
|
||||
'create_time': '创建时间',
|
||||
'update_name': '修改人',
|
||||
'update_time': '修改时间'
|
||||
},
|
||||
'dialog': {
|
||||
'workshop_code': '所属车间',
|
||||
'region_code': '区域编码',
|
||||
'region_name': '区域名称',
|
||||
'order_seq': '顺序号',
|
||||
'point_type_explain': '点位类型说明',
|
||||
'point_status_explain': '点位状态说明',
|
||||
'is_has_worker': '是否有工单',
|
||||
'remark': '备注'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user