一般作业人员岗位添加
This commit is contained in:
parent
6415a4593e
commit
729ef8ca81
|
|
@ -170,7 +170,7 @@ export default {
|
|||
{ label: '班组负责人', value: '0900101' },
|
||||
{ label: '班组安全员', value: '0900102' },
|
||||
{ label: '班组技术员', value: '0900103' },
|
||||
{ label: '一般工作人员', value: '0900104' },
|
||||
{ label: '一般作业人员', value: '0900104' },
|
||||
{ label: '特种作业人员', value: '0900106' },
|
||||
],
|
||||
// 正则
|
||||
|
|
|
|||
|
|
@ -133,6 +133,8 @@ export default {
|
|||
return '班组安全员'
|
||||
case '0900103':
|
||||
return '班组技术员'
|
||||
case '0900104':
|
||||
return '一般作业人员'
|
||||
case '0900106':
|
||||
return '特种作业人员'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue