|
|
@ -1,11 +1,11 @@ |
|
|
|
import {BasicColumn, FormSchema} from '/@/components/Table'; |
|
|
|
import {BasicColumn, FormSchema} from '/@/components/Table'; |
|
|
|
//列表数据
|
|
|
|
//列表数据
|
|
|
|
export const columns: BasicColumn[] = [ |
|
|
|
export const columns: BasicColumn[] = [ |
|
|
|
{ |
|
|
|
/* { |
|
|
|
title: '所属部门', |
|
|
|
title: '所属部门', |
|
|
|
align: "center", |
|
|
|
align: "center", |
|
|
|
dataIndex: 'depetId_dictText' |
|
|
|
dataIndex: 'depetId_dictText' |
|
|
|
}, |
|
|
|
},*/ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: '学号', |
|
|
|
title: '学号', |
|
|
|
align: "center", |
|
|
|
align: "center", |
|
|
@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [ |
|
|
|
]; |
|
|
|
]; |
|
|
|
//查询数据
|
|
|
|
//查询数据
|
|
|
|
export const searchFormSchema: FormSchema[] = [ |
|
|
|
export const searchFormSchema: FormSchema[] = [ |
|
|
|
{ |
|
|
|
/*{ |
|
|
|
label: "所属部门", |
|
|
|
label: "所属部门", |
|
|
|
field: 'depetId', |
|
|
|
field: 'depetId', |
|
|
|
component: 'JDictSelectTag', |
|
|
|
component: 'JDictSelectTag', |
|
|
@ -37,7 +37,7 @@ export const searchFormSchema: FormSchema[] = [ |
|
|
|
dictCode: "sys_depart,depart_name,id" |
|
|
|
dictCode: "sys_depart,depart_name,id" |
|
|
|
}, |
|
|
|
}, |
|
|
|
colProps: {span: 6}, |
|
|
|
colProps: {span: 6}, |
|
|
|
}, |
|
|
|
},*/ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "能力名称", |
|
|
|
label: "能力名称", |
|
|
|
field: 'capacityId', |
|
|
|
field: 'capacityId', |
|
|
|