소스 검색

所属班级字段修改

master
suyanyan 2 달 전
부모
커밋
f99d633726
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      SafeCampus.WEB/src/views/userManage/personnel/index.vue

+ 1
- 1
SafeCampus.WEB/src/views/userManage/personnel/index.vue 파일 보기

@@ -126,7 +126,7 @@ const columns: ColumnProps<SysUserPersonnel.SysUserPerInfo>[] = [
prop: "personSets",
label: "所属班级",
render: scope => {
return scope.row.personSets.length > 0 ? scope.row.personSets[0].name : ''
return scope.row.personSets.length > 0 ? scope.row.personSets[0].personSetName : ''
}
},
{ prop: "operation", label: "操作", width: 250, fixed: "right" }


불러오는 중...
취소
저장