一般作业人员岗位添加

This commit is contained in:
mashuai 2024-09-29 13:21:32 +08:00
parent 6415a4593e
commit 729ef8ca81
2 changed files with 3 additions and 1 deletions

View File

@ -170,7 +170,7 @@ export default {
{ label: '班组负责人', value: '0900101' },
{ label: '班组安全员', value: '0900102' },
{ label: '班组技术员', value: '0900103' },
{ label: '一般作人员', value: '0900104' },
{ label: '一般人员', value: '0900104' },
{ label: '特种作业人员', value: '0900106' },
],
//

View File

@ -133,6 +133,8 @@ export default {
return '班组安全员'
case '0900103':
return '班组技术员'
case '0900104':
return '一般作业人员'
case '0900106':
return '特种作业人员'
}