|
@@ -158,6 +158,13 @@
|
|
|
></div>
|
|
|
</div>
|
|
|
<div style="width: 100%">
|
|
|
+ <div style="display: flex;align-items: center;padding-bottom: 15px;font-size: 14px;color: rgba(0, 0, 0, 0.4);">
|
|
|
+ <span @click="pageBack" style="height: 100%;cursor: pointer;">评价管理</span>
|
|
|
+ <span style="margin: 0 5px;">
|
|
|
+ <i class="el-icon-arrow-right"></i>
|
|
|
+ </span>
|
|
|
+ <div style="font-weight: 600;color: rgba(0, 0, 0, 0.9);">查看作业</div>
|
|
|
+ </div>
|
|
|
<div style="width:94%;margin: 0 auto;font-size: 26px;">{{ dataJson.title }}</div>
|
|
|
<WorksDetail2 :cid="cid" :uid="uid" :ooid="ooid"></WorksDetail2>
|
|
|
<!-- <el-table
|
|
@@ -198,7 +205,7 @@ import ScoreData from "./data/scoreData";
|
|
|
import WorksDetail2 from "./worksDetail2";
|
|
|
|
|
|
export default {
|
|
|
- props: ["dataJson", "cid", "uid", "ooid"],
|
|
|
+ props: ["dataJson", "cid", "uid", "ooid","dialogVisible"],
|
|
|
components: {
|
|
|
WorkData,
|
|
|
ProblelmData,
|
|
@@ -540,6 +547,11 @@ export default {
|
|
|
return "";
|
|
|
}
|
|
|
},
|
|
|
+ pageBack(){
|
|
|
+ console.log('666');
|
|
|
+
|
|
|
+ this.$emit("update:dialogVisible", false);
|
|
|
+ },
|
|
|
getData() {
|
|
|
let params = {
|
|
|
cid: this.courseId,
|