Commit 8d635d57 authored by 刘斌's avatar 刘斌

fix: 完善学历展示列表

parent 64969288
......@@ -173,7 +173,7 @@ export const querySchema: VbenFormSchema[] = [
},
// {
// component: 'Input',
// fieldName: 'education',
// fieldName: 'fulltimeEducation',
// label: '学历',
// },
// {
......@@ -383,7 +383,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col
// },
{
title: '学历',
field: 'education',
field: 'fulltimeEducation',
},
// {
// title: '学位',
......
......@@ -173,7 +173,7 @@ export const querySchema: VbenFormSchema[] = [
},
// {
// component: 'Input',
// fieldName: 'education',
// fieldName: 'fulltimeEducation',
// label: '学历',
// },
// {
......@@ -383,7 +383,7 @@ export function useColumns(): VxeTableGridOptions<EmployeeInfoApi.Employee>['col
// },
{
title: '学历',
field: 'education',
field: 'fulltimeEducation',
},
// {
// title: '学位',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment