| | |
| | | label: "性别", |
| | | prop: "sex", |
| | | }, |
| | | { |
| | | label: "户籍住址", |
| | | prop: "nativePlace", |
| | | }, |
| | | { |
| | | label: "岗位", |
| | | prop: "postName", |
| | | }, |
| | | { |
| | | label: "现住址", |
| | | prop: "adress", |
| | | width: 200 |
| | | }, |
| | | { |
| | | label: "第一学历", |
| | | prop: "firstStudy", |
| | | }, |
| | | { |
| | | label: "专业", |
| | | prop: "profession", |
| | | width: 100 |
| | | }, |
| | | // { |
| | | // label: "户籍住址", |
| | | // prop: "nativePlace", |
| | | // }, |
| | | // { |
| | | // label: "岗位", |
| | | // prop: "postName", |
| | | // }, |
| | | // { |
| | | // label: "现住址", |
| | | // prop: "adress", |
| | | // width: 200 |
| | | // }, |
| | | // { |
| | | // label: "第一学历", |
| | | // prop: "firstStudy", |
| | | // }, |
| | | // { |
| | | // label: "专业", |
| | | // prop: "profession", |
| | | // width: 100 |
| | | // }, |
| | | { |
| | | label: "年龄", |
| | | prop: "age", |
| | |
| | | prop: "phone", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "紧急联系人", |
| | | prop: "emergencyContact", |
| | | width: 120 |
| | | }, |
| | | { |
| | | label: "紧急联系人电话", |
| | | prop: "emergencyContactPhone", |
| | | width: 150 |
| | | }, |
| | | // { |
| | | // label: "紧急联系人", |
| | | // prop: "emergencyContact", |
| | | // width: 120 |
| | | // }, |
| | | // { |
| | | // label: "紧急联系人电话", |
| | | // prop: "emergencyContactPhone", |
| | | // width: 150 |
| | | // }, |
| | | // { |
| | | // label: "合同年限", |
| | | // prop: "contractTerm", |
| | |
| | | label: "姓名", |
| | | prop: "staffName", |
| | | }, |
| | | { |
| | | label: "别名", |
| | | prop: "alias", |
| | | }, |
| | | // { |
| | | // label: "别名", |
| | | // prop: "alias", |
| | | // }, |
| | | { |
| | | label: "手机", |
| | | prop: "phone", |
| | |
| | | label: "年龄", |
| | | prop: "age", |
| | | }, |
| | | { |
| | | label: "籍贯", |
| | | prop: "nativePlace", |
| | | }, |
| | | // { |
| | | // label: "籍贯", |
| | | // prop: "nativePlace", |
| | | // }, |
| | | { |
| | | label: "民族", |
| | | prop: "nation", |
| | | width: 100, |
| | | }, |
| | | { |
| | | label: "婚姻状况", |
| | | prop: "maritalStatus", |
| | | width: 100, |
| | | }, |
| | | // { |
| | | // label: "婚姻状况", |
| | | // prop: "maritalStatus", |
| | | // width: 100, |
| | | // }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | |
| | | prop: "process", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工时(h)", |
| | | prop: "workHour", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工时(h)", |
| | | // prop: "workHour", |
| | | // minWidth: 100, |
| | | // }, |
| | | { |
| | | label: "生产数量", |
| | | prop: "quantity", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工时定额", |
| | | prop: "workHours", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工资", |
| | | prop: "wages", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工时定额", |
| | | // prop: "workHours", |
| | | // minWidth: 100, |
| | | // }, |
| | | // { |
| | | // label: "工资", |
| | | // prop: "wages", |
| | | // minWidth: 100, |
| | | // }, |
| | | ]); |
| | | |
| | | // 左侧汇总台账列(生产人、产量、工资、合格率) |
| | |
| | | prop: "finishedNum", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工资", |
| | | prop: "wages", |
| | | minWidth: 100, |
| | | }, |
| | | // { |
| | | // label: "工资", |
| | | // prop: "wages", |
| | | // minWidth: 100, |
| | | // }, |
| | | { |
| | | label: "合格率", |
| | | prop: "outputRate", |