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.
 
 
 
 
 
 

32 lines
853 B

export default {
'BasicClassification': {
'title': 'Base Type',
'table': {
'code': 'code',
'name': 'name',
'description': 'description',
'create_time': 'create time',
'create_user': 'create user',
'update_time': 'update time',
'update_user': 'update user',
'is_modify': 'modify',
'isTop': 'top category',
'parent_class_id': 'superior category'
},
'rules': {
'NotNull': 'Cannot be empty'
},
'msg': {
'm1': 'Are you sure to delete it? If there are lower-level nodes, delete them together. This operation cannot be undone!'
},
'button': {
'all_open': 'Expand All',
'bu1': 'Add Sibling',
'bu2': 'Add Child'
},
'placeholder': {
'p1': 'Please select a category name',
'p2': 'Select the parent category'
}
}
}