性别字段不展示
This commit is contained in:
parent
96116f4c87
commit
4be0635a39
|
|
@ -14,7 +14,7 @@ export default {
|
|||
return {
|
||||
tableColumns: [
|
||||
{ prop: 'name', label: '姓名' },
|
||||
{ prop: 'sex', label: '性别' },
|
||||
// { prop: 'sex', label: '性别' },
|
||||
{ prop: 'phone', label: '联系方式' },
|
||||
{ prop: 'deptName', label: '部门(岗位)' },
|
||||
{ prop: 'totalDuration', label: '学习总时长' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue