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
322 B
13 lines
322 B
8 months ago
|
export default {
|
||
|
'address': {
|
||
|
'title': 'Wms Address',
|
||
|
'methods_code': 'Methods Code',
|
||
|
'methods_name': 'Methods Name',
|
||
|
'methods_url': 'Methods Url',
|
||
|
'remark': 'Remark'
|
||
|
},
|
||
|
'msg': {
|
||
|
'delete_msg': 'If There Are Subordinate Nodes, Delete Them Together, And This Operation Cannot Be Undone!'
|
||
|
}
|
||
|
}
|