Ver código fonte

fix: change textbookSubscription

DESKTOP-USV654P\pc 1 semana atrás
pai
commit
764171ffdf

+ 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 },
-  },
 ];