You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
9 months ago
|
export default {
|
||
|
'region': {
|
||
|
'title': '区域',
|
||
|
'region_code': '区域编号',
|
||
|
'region_name': '区域名称',
|
||
|
'is_charge': '是否管控',
|
||
|
'has_agv': '是否存在agv'
|
||
|
},
|
||
|
'msg': {
|
||
|
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||
|
}
|
||
|
}
|