mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 23:46:44 +08:00
【自助入司的职级调整】代理人可选择职级枚举调整
This commit is contained in:
@@ -2213,11 +2213,11 @@ export default {
|
|||||||
// 职级
|
// 职级
|
||||||
applGrade: [
|
applGrade: [
|
||||||
{ id: 'A101', text: '客户专员' },
|
{ id: 'A101', text: '客户专员' },
|
||||||
{ id: 'A102', text: '客户经理' },
|
// { id: 'A102', text: '客户经理' },
|
||||||
{ id: 'A201', text: '业务主任' },
|
{ id: 'A201', text: '业务主任' },
|
||||||
{ id: 'A202', text: '高级业务主任' },
|
// { id: 'A202', text: '高级业务主任' },
|
||||||
{ id: 'A301', text: '营业部经理' },
|
{ id: 'A301', text: '营业部经理' },
|
||||||
{ id: 'A302', text: '高级营业部经理' },
|
// { id: 'A302', text: '高级营业部经理' },
|
||||||
{ id: 'A401', text: '业务总监' }
|
{ id: 'A401', text: '业务总监' }
|
||||||
],
|
],
|
||||||
// e起陪访: 陪访类型枚举
|
// e起陪访: 陪访类型枚举
|
||||||
|
|||||||
Reference in New Issue
Block a user