@@ -560,6 +560,12 @@ export const historySchema: FormSchema[] = [
span: 8,
},
+ {
+ label: '书号',
+ field: 'issn',
+ component: 'Input',
+ colProps: { span: 8 },
+ },
{
field: 'courseSubjectIdCn',
label: '课程名称',
@@ -568,10 +574,4 @@ export const historySchema: FormSchema[] = [
- {
- label: '书号',
- field: 'issn',
- component: 'Input',
- colProps: { span: 8 },
- },
];