export default [ { id: '1', name: '张三', phone: '12345678910', department: 'YB', isGlobalAdmin: true, isDeptAdmin: false, job: '1', tasks: ['1','2','3','4','5','6','7','8','9'], regulations: ['1','2','3','4'], }, { id: '2', name: '李四', phone: '12345678911', department: 'RL', isGlobalAdmin: true, isDeptAdmin: false, job: '2', tasks: ['1','2','3','4','5','6','7','8','9'], regulations: ['1','2','3','4'], }, ]