|
@@ -584,7 +584,7 @@
|
|
|
>打开链接
|
|
|
</el-button>
|
|
|
</div>
|
|
|
- <div style="padding: 0px 30px" v-if="showType == 1">
|
|
|
+ <div style="padding: 10px 30px 0" v-if="showType == 1">
|
|
|
<el-button type="primary" @click="checkFileFull(showType, text)"
|
|
|
>全屏查看</el-button
|
|
|
>
|
|
@@ -6565,6 +6565,7 @@
|
|
|
></el-input> -->
|
|
|
|
|
|
<el-select
|
|
|
+ style="margin-top:10px"
|
|
|
v-model="item.username"
|
|
|
filterable
|
|
|
allow-create
|
|
@@ -7444,7 +7445,7 @@ export default {
|
|
|
.split(".")
|
|
|
[b[j].content.split(".").length - 1].toLocaleUpperCase()
|
|
|
) != -1 &&
|
|
|
- a[i].tool[0] == 16
|
|
|
+ a[i].tool[0] == 16 && b[j].atool != 50
|
|
|
) {
|
|
|
this.workStudent[i].push({
|
|
|
works: b[j].content,
|
|
@@ -7462,7 +7463,7 @@ export default {
|
|
|
.split(".")
|
|
|
[b[j].content.split(".").length - 1].toLocaleUpperCase()
|
|
|
) != -1 &&
|
|
|
- a[i].tool[0] == 16
|
|
|
+ a[i].tool[0] == 16 && b[j].atool != 50
|
|
|
) {
|
|
|
this.workStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
@@ -7474,7 +7475,7 @@ export default {
|
|
|
type: 3,
|
|
|
time: b[j].time,
|
|
|
});
|
|
|
- } else if (b[j].type == 6) {
|
|
|
+ } else if (b[j].type == 6 && b[j].atool != 50) {
|
|
|
this.workStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
|
wid: b[j].id,
|
|
@@ -7485,7 +7486,7 @@ export default {
|
|
|
type: 4,
|
|
|
time: b[j].time,
|
|
|
});
|
|
|
- } else if (b[j].type == 7) {
|
|
|
+ } else if (b[j].type == 7 && b[j].atool != 50) {
|
|
|
this.workStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
|
wid: b[j].id,
|
|
@@ -8108,7 +8109,8 @@ export default {
|
|
|
.split(".")
|
|
|
[b[j].content.split(".").length - 1].toLocaleUpperCase()
|
|
|
) != -1 &&
|
|
|
- a[i].tool[0] == 16
|
|
|
+ a[i].tool[0] == 16 &&
|
|
|
+ b[j].atool != 50
|
|
|
) {
|
|
|
this.worksStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
@@ -8131,7 +8133,7 @@ export default {
|
|
|
.split(".")
|
|
|
[b[j].content.split(".").length - 1].toLocaleUpperCase()
|
|
|
) != -1 &&
|
|
|
- a[i].tool[0] == 16
|
|
|
+ a[i].tool[0] == 16 && b[j].atool != 50
|
|
|
) {
|
|
|
this.worksStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
@@ -8148,7 +8150,7 @@ export default {
|
|
|
isLikes: isLikes,
|
|
|
commentJson: commentJson,
|
|
|
});
|
|
|
- } else if (b[j].type == 6) {
|
|
|
+ } else if (b[j].type == 6 && b[j].atool != 50) {
|
|
|
this.worksStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
|
ateacher: b[j].ateacher,
|
|
@@ -8164,7 +8166,7 @@ export default {
|
|
|
isLikes: isLikes,
|
|
|
commentJson: commentJson,
|
|
|
});
|
|
|
- } else if (b[j].type == 7) {
|
|
|
+ } else if (b[j].type == 7 && b[j].atool != 50) {
|
|
|
this.worksStudent[i].push({
|
|
|
userid: b[j].userid,
|
|
|
ateacher: b[j].ateacher,
|
|
@@ -11694,6 +11696,7 @@ export default {
|
|
|
|
|
|
.up_photo2 {
|
|
|
width: 120px;
|
|
|
+ min-width:120px;
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -11706,6 +11709,7 @@ export default {
|
|
|
|
|
|
.up_photo2 img {
|
|
|
width: 60%;
|
|
|
+ height: auto;
|
|
|
}
|
|
|
|
|
|
.up_photo2 span {
|