|
@@ -173,7 +173,7 @@
|
|
prop="time"
|
|
prop="time"
|
|
label="时间"
|
|
label="时间"
|
|
width="100px"
|
|
width="100px"
|
|
- align="center"
|
|
|
|
|
|
+ align="center"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column align="center" label="操作" width="260px">
|
|
<el-table-column align="center" label="操作" width="260px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -183,7 +183,7 @@
|
|
@click="
|
|
@click="
|
|
lookWork(scope.row.id, scope.row.userid, 0, scope.$index)
|
|
lookWork(scope.row.id, scope.row.userid, 0, scope.$index)
|
|
"
|
|
"
|
|
- >查看&修改</el-button
|
|
|
|
|
|
+ >查看&批改</el-button
|
|
>
|
|
>
|
|
<!-- <el-button
|
|
<!-- <el-button
|
|
type="primary"
|
|
type="primary"
|
|
@@ -1908,7 +1908,7 @@ export default {
|
|
// if (leftHeight < pageHeight) {
|
|
// if (leftHeight < pageHeight) {
|
|
pdf.addImage(pageData, 'JPEG', 10, 0, imgWidth-20, imgHeight-20 );
|
|
pdf.addImage(pageData, 'JPEG', 10, 0, imgWidth-20, imgHeight-20 );
|
|
|
|
|
|
- pdf.save( this.allWorks.course+'-'+ this.allWorks.sName+'.pdf')
|
|
|
|
|
|
+ pdf.save( this.allWorks.course+'-'+ this.allWorks.sName+'学生作业集.pdf')
|
|
this.worksLoading = false
|
|
this.worksLoading = false
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
@@ -4537,19 +4537,19 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.redioStyle5 >>> .el-radio__label {
|
|
.redioStyle5 >>> .el-radio__label {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
color: #06a7ff !important;
|
|
color: #06a7ff !important;
|
|
}
|
|
}
|
|
.redioStyle2 >>> .el-radio__label {
|
|
.redioStyle2 >>> .el-radio__label {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
.redioStyle3 >>> .el-checkbox__label {
|
|
.redioStyle3 >>> .el-checkbox__label {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
color: #06a7ff !important;
|
|
color: #06a7ff !important;
|
|
}
|
|
}
|
|
.redioStyle4 >>> .el-checkbox__label {
|
|
.redioStyle4 >>> .el-checkbox__label {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
.task_title {
|
|
.task_title {
|