ソースを参照

feat: 修改教材字段显示

DESKTOP-USV654P\pc 9 ヶ月 前
コミット
dfeb490710

+ 20 - 20
src/views/teachingManager/textbookManagement/components/data.config.ts

@@ -703,14 +703,14 @@ export const SubscriptionsColumns: BasicColumn[] = [
     title: '作者(主编)',
     dataIndex: 'editorInChief',
   },
-  {
-    title: '学科组',
-    dataIndex: 'subjectGroupIdCN',
-  },
-  {
-    title: '使用年级',
-    dataIndex: 'gradeName',
-  },
+  // {
+  //   title: '学科组',
+  //   dataIndex: 'subjectGroupIdCN',
+  // },
+  // {
+  //   title: '使用年级',
+  //   dataIndex: 'gradeName',
+  // },
   {
     title: '使用班级',
     dataIndex: 'useClass',
@@ -719,14 +719,14 @@ export const SubscriptionsColumns: BasicColumn[] = [
     title: '对应课程',
     dataIndex: 'courseName',
   },
-  {
-    title: '规划教材',
-    dataIndex: 'isTextbookPlanCn',
-  },
-  {
-    title: '估价(元)',
-    dataIndex: 'appraisalPrice',
-  },
+  // {
+  //   title: '规划教材',
+  //   dataIndex: 'isTextbookPlanCn',
+  // },
+  // {
+  //   title: '估价(元)',
+  //   dataIndex: 'appraisalPrice',
+  // },
   {
     title: '学生用书征订数量',
     dataIndex: 'studentSubscriptionNumber',
@@ -739,10 +739,10 @@ export const SubscriptionsColumns: BasicColumn[] = [
     title: '教师教参用书征订数量',
     dataIndex: 'teacherReferenceNumber',
   },
-  {
-    title: '有无配套资源',
-    dataIndex: 'isSupportResourcesCn',
-  },
+  // {
+  //   title: '有无配套资源',
+  //   dataIndex: 'isSupportResourcesCn',
+  // },
 ];
 
 export const pushListColumns: BasicColumn[] = [