|
@@ -244,10 +244,11 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
title: '学院',
|
|
|
type: 'input',
|
|
|
column: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
minWidth: 120,
|
|
|
},
|
|
|
form: {
|
|
|
+ show: false,
|
|
|
component: { placeholder: '请填写学院' },
|
|
|
rules: [{ required: false, message: '请填写学院' }],
|
|
|
},
|
|
@@ -286,10 +287,11 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
title: '专业',
|
|
|
type: 'input',
|
|
|
column: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
minWidth: 120,
|
|
|
},
|
|
|
form: {
|
|
|
+ show: false,
|
|
|
component: { placeholder: '请填写专业' },
|
|
|
rules: [{ required: false, message: '请填写专业' }],
|
|
|
},
|
|
@@ -301,10 +303,11 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
title: '年级',
|
|
|
type: 'input',
|
|
|
column: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
minWidth: 120,
|
|
|
},
|
|
|
form: {
|
|
|
+ show: false,
|
|
|
component: { placeholder: '请填写年级' },
|
|
|
rules: [{ required: false, message: '请填写年级' }],
|
|
|
},
|
|
@@ -316,10 +319,11 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
title: '班级',
|
|
|
type: 'input',
|
|
|
column: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
minWidth: 120,
|
|
|
},
|
|
|
form: {
|
|
|
+ show: false,
|
|
|
component: { placeholder: '请填写班级' },
|
|
|
rules: [{ required: false, message: '请填写班级' }],
|
|
|
},
|