|
@@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
|
|
|
width: 200,
|
|
|
},
|
|
|
{
|
|
|
- title: '所属部门',
|
|
|
+ title: '所属公司',
|
|
|
dataIndex: 'companyName',
|
|
|
width: 180,
|
|
|
},
|
|
@@ -82,18 +82,18 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
colProps: { span: 8 },
|
|
|
},
|
|
|
- {
|
|
|
- field: 'canShow',
|
|
|
- label: '状态',
|
|
|
- component: 'Select',
|
|
|
- componentProps: {
|
|
|
- options: [
|
|
|
- { label: '启用', value: '0' },
|
|
|
- { label: '停用', value: '1' },
|
|
|
- ],
|
|
|
- },
|
|
|
- colProps: { span: 8 },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'canShow',
|
|
|
+ // label: '状态',
|
|
|
+ // component: 'Select',
|
|
|
+ // componentProps: {
|
|
|
+ // options: [
|
|
|
+ // { label: '启用', value: '0' },
|
|
|
+ // { label: '停用', value: '1' },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // colProps: { span: 8 },
|
|
|
+ // },
|
|
|
];
|
|
|
|
|
|
export const formSchema: FormSchema[] = [
|