| | |
| | | const salespersonList = ref([ |
| | | { |
| | | id: 1, |
| | | name: '张三', |
| | | name: '陈志强', |
| | | phone: '13800138001', |
| | | email: 'zhangsan@company.com', |
| | | email: 'chenzhiqiang@company.com', |
| | | department: '销售部', |
| | | position: '销售经理', |
| | | hireDate: '2023-01-15', |
| | |
| | | }, |
| | | { |
| | | id: 2, |
| | | name: '李四', |
| | | name: '刘雅婷', |
| | | phone: '13800138002', |
| | | email: 'lisi@company.com', |
| | | email: 'liuyating@company.com', |
| | | department: '市场部', |
| | | position: '市场专员', |
| | | hireDate: '2023-03-20', |
| | |
| | | }, |
| | | { |
| | | id: 3, |
| | | name: '王五', |
| | | name: '王建国', |
| | | phone: '13800138003', |
| | | email: 'wangwu@company.com', |
| | | email: 'wangjianguo@company.com', |
| | | department: '客服部', |
| | | position: '客服主管', |
| | | hireDate: '2022-11-10', |