|
|
@@ -103,10 +103,6 @@ const columns: ColumnProps<SysUserPersonnel.SysUserPerInfo>[] = [ |
|
|
|
prop: "age", |
|
|
|
label: "年龄" |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "personSetName", |
|
|
|
label: "所属班级", |
|
|
|
}, |
|
|
|
{ prop: "operation", label: "操作", width: 250, fixed: "right" } |
|
|
|
]; |
|
|
|
const viewHeadImage = (scope: any) => { |
|
|
|