Sfoglia il codice sorgente

所属班级字段修改

master
suyanyan 2 mesi fa
parent
commit
f99d633726
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      SafeCampus.WEB/src/views/userManage/personnel/index.vue

+ 1
- 1
SafeCampus.WEB/src/views/userManage/personnel/index.vue Vedi File

@@ -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" }


Caricamento…
Annulla
Salva