|
@@ -117,7 +117,7 @@ export const EduTextbook = {
|
|
|
"required": false
|
|
|
},
|
|
|
"importantProject": {//重点项目
|
|
|
- "type": "String",
|
|
|
+ "type": "Array",
|
|
|
"required": false
|
|
|
},
|
|
|
"importantProjectOther": {//重点项目-其他
|
|
@@ -236,6 +236,14 @@ export const EduTextbook = {
|
|
|
'CIPImgurl':{
|
|
|
"type":'String',
|
|
|
"required": false
|
|
|
+ },
|
|
|
+ 'examine':{//作者政治审核表
|
|
|
+ "type":'Array',
|
|
|
+ "required": false
|
|
|
+ },
|
|
|
+ 'cipProveFile':{//cip相关截图
|
|
|
+ "type":'Array',
|
|
|
+ "required": false
|
|
|
}
|
|
|
},
|
|
|
"classLevelPermissions": {
|