浏览代码

所属班级字段修改

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


正在加载...
取消
保存