|
@@ -534,7 +534,7 @@ export const historySchema: FormSchema[] = [
|
|
|
// label: 'ID',
|
|
|
// component: 'Input',
|
|
|
// colProps: {
|
|
|
- // span: 6,
|
|
|
+ // span: 8,
|
|
|
// },
|
|
|
// },
|
|
|
{
|
|
@@ -548,7 +548,7 @@ export const historySchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 6,
|
|
|
+ span: 8,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -556,7 +556,7 @@ export const historySchema: FormSchema[] = [
|
|
|
label: '教材书名',
|
|
|
component: 'Input',
|
|
|
colProps: {
|
|
|
- span: 6,
|
|
|
+ span: 8,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -564,7 +564,13 @@ export const historySchema: FormSchema[] = [
|
|
|
label: '课程名称',
|
|
|
component: 'Input',
|
|
|
colProps: {
|
|
|
- span: 6,
|
|
|
+ span: 8,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '书号',
|
|
|
+ field: 'issn',
|
|
|
+ component: 'Input',
|
|
|
+ colProps: { span: 8 },
|
|
|
+ },
|
|
|
];
|