27 lines
765 B
JavaScript
27 lines
765 B
JavaScript
|
|
export default {
|
||
|
|
'material': {
|
||
|
|
'title': 'Basic Material Information',
|
||
|
|
'dialog': {
|
||
|
|
'code': 'Material code',
|
||
|
|
'name': 'Material name',
|
||
|
|
'spec': 'Material specifications',
|
||
|
|
'class_id': 'Material classification identification',
|
||
|
|
'standing_time': 'Return time (hours)',
|
||
|
|
'workshop_code': 'Workshop code',
|
||
|
|
'remark': 'remarks',
|
||
|
|
'is_enable': 'Is it enabled',
|
||
|
|
'is_delete': 'Do you want to delete it',
|
||
|
|
'create_name': 'Creator',
|
||
|
|
'create_time': 'Creation time',
|
||
|
|
'update_name': 'Modified by',
|
||
|
|
'update_time': 'Change time',
|
||
|
|
'operate': 'operation'
|
||
|
|
},
|
||
|
|
'placeholder': {
|
||
|
|
'code': 'Code name',
|
||
|
|
'select': 'Fuzzy search',
|
||
|
|
'workshop_code': 'Belonging workshop'
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|