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.
40 lines
1.3 KiB
40 lines
1.3 KiB
export default {
|
|
'department': {
|
|
'table_title': {
|
|
'Department_name': 'Department Name',
|
|
'enter_department_name': 'Enter Department Name',
|
|
'Department': 'Department',
|
|
'select_dept': 'Select department category'
|
|
},
|
|
'table_value': {
|
|
'Sort': 'Sort',
|
|
'Name': 'Name',
|
|
'State': 'State',
|
|
'CreateDate': 'CreateDate',
|
|
'Operate': 'Operate',
|
|
'top_departments': 'Superior department'
|
|
},
|
|
'other': {
|
|
'Department_code': 'Department Code',
|
|
'Department_sort': 'Department Sort',
|
|
'External_identification': 'External Identification',
|
|
'Top_departments': 'Top Departments',
|
|
'enable': 'Enable',
|
|
'disable': 'Disable',
|
|
'Tip1': 'This operation will"',
|
|
'Tip2': '"',
|
|
'Tip3': 'Department, should we continue?',
|
|
'Tip4': 'Tips',
|
|
'succeed': 'success'
|
|
},
|
|
'msg': {
|
|
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?',
|
|
'confirm_delete_msg': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
|
},
|
|
'rules': {
|
|
'name': 'Please enter a name',
|
|
'dept_sort': 'Please enter the serial number',
|
|
'top_dept': 'The superior department cannot be empty'
|
|
}
|
|
}
|
|
}
|
|
|