diff --git a/public/react/src/modules/courses/busyWork/UseBank.js b/public/react/src/modules/courses/busyWork/UseBank.js index eca077cfd..a6ea333c6 100644 --- a/public/react/src/modules/courses/busyWork/UseBank.js +++ b/public/react/src/modules/courses/busyWork/UseBank.js @@ -185,6 +185,9 @@ class UseBank extends Component{ align-items: center; display: -webkit-flex; } + .setImgW .edu-nodata-img{ + width:218px!important; + } `} @@ -224,7 +227,7 @@ class UseBank extends Component{ > { - nav_my==='myself'? + object_list && object_list.length == 0 && page == 1 ? "" : nav_my==='myself'?
选用对象:你在课堂{engNameMap[object_type]}列表中已“加入题库”的{engNameMap[object_type]}
:选用对象:题库中已设置成公共属性的所有{engNameMap[object_type]}
@@ -240,7 +243,7 @@ class UseBank extends Component{ : object_list && object_list.length == 0 && page == 1 ? -- -
- -- 原因不能为空 +
+
+
{tableData && tableData.graduation_topic_name}
-
-
+
+
课题类型:
{topicInfo.topic_type ? type[`${topicInfo.topic_type}`] :"--"}
-
+
课题来源:
{topicInfo.topic_source ? source[`${topicInfo.topic_source}`] :"--"}
-
+
课题性质1:
{topicInfo.topic_property_first ? first[`${topicInfo.topic_property_first}`] :"--"}
-
+
课题性质2:
{topicInfo.topic_property_second ? second[`${topicInfo.topic_property_second}`] :"--"}
@@ -100,16 +100,16 @@ class GraduateTopicDetailTable extends Component{
}
{
topicInfo &&
-
-
+
+
课题重复情况:
{topicInfo.topic_repeat ? repeat[`${topicInfo.topic_repeat}`] :"--"}
-
+
调研或实习地点:
{topicInfo.city || "--"}
-
+
课题来源单位:
{topicInfo.source_unit || "--"}
diff --git a/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js b/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js
index 963c7a4f9..bd58e555b 100644
--- a/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js
+++ b/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js
@@ -74,7 +74,8 @@ class GraduateTopicDetailTable extends Component{
}
hideAgreeTopic=()=>{
this.setState({
- agreeFlag:false
+ agreeFlag:false,
+ classesId:undefined
})
}
sureAgreeTopic=(count)=>{
@@ -116,6 +117,7 @@ class GraduateTopicDetailTable extends Component{
//切换分班
changeClasses=(value)=>{
+ debugger
this.setState({
classesId:value
})
@@ -130,7 +132,8 @@ class GraduateTopicDetailTable extends Component{
}
hideClasses=()=>{
this.setState({
- visible:false
+ visible:false,
+ classesId:undefined
})
}
@@ -209,7 +212,7 @@ class GraduateTopicDetailTable extends Component{
{
tableData.group_list && tableData.group_list.map((item,key)=>{
return(
-
+
)
})
}
diff --git a/public/react/src/modules/courses/graduation/topics/GraduateTopicNew.js b/public/react/src/modules/courses/graduation/topics/GraduateTopicNew.js
index c3c0d18e2..d71cec73b 100644
--- a/public/react/src/modules/courses/graduation/topics/GraduateTopicNew.js
+++ b/public/react/src/modules/courses/graduation/topics/GraduateTopicNew.js
@@ -328,8 +328,8 @@ class GraduateTopicNew extends Component{
>
{topicId==undefined?"新建":"编辑"}
{topicId==undefined?"新建":"编辑"}毕设选题 {topicId==undefined?"新建":"编辑"}毕设选题