Преглед на файлове

fix: change textbookSubscription

DESKTOP-USV654P\pc преди 1 седмица
родител
ревизия
764171ffdf
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  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 },
-  },
 ];