|
@@ -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[] = [
|