Browse Source

fix: change textbook textbookSubscription

DESKTOP-USV654P\pc 3 weeks ago
parent
commit
d72dea7738
1 changed files with 10 additions and 4 deletions
  1. 10 4
      src/views/educational/textbookSubscription/components/data.config.ts

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

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