Bladeren bron

fix: change textbookSubscription

DESKTOP-USV654P\pc 1 week geleden
bovenliggende
commit
764171ffdf
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      src/views/educational/textbookSubscription/components/data.config.ts

+ 6 - 6
src/views/educational/textbookSubscription/components/data.config.ts

@@ -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[] = [
       span: 8,
     },
   },
-  {
-    label: '书号',
-    field: 'issn',
-    component: 'Input',
-    colProps: { span: 8 },
-  },
 ];