-
+
@@ -79,16 +79,16 @@
alt=""
/>
-
全部导出
+
全部导出
-
@@ -154,6 +154,8 @@
? "已发布"
: record.status == "-1"
? "已停用"
+ : record.status == "2"
+ ? "已撤回"
: ""
}}
@@ -426,7 +428,9 @@ export default {
url: "/report/boeu/case/exportAll",
data: {
name: state.name,
- organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
+ organizationId: state.orgId
+ ? state.orgId[state.orgId.length - 1]
+ : null,
createName: state.creator,
},
responseType: "blob",
@@ -442,7 +446,9 @@ export default {
url: "/report/boeu/exam/exportAll",
data: {
name: state.name,
- organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
+ organizationId: state.orgId
+ ? state.orgId[state.orgId.length - 1]
+ : null,
createName: state.creator,
},
responseType: "blob",
@@ -458,7 +464,9 @@ export default {
url: "/report/boeu/course/exportAll",
data: {
name: state.name,
- organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
+ organizationId: state.orgId
+ ? state.orgId[state.orgId.length - 1]
+ : null,
createName: state.creator,
},
responseType: "blob",
@@ -474,7 +482,9 @@ export default {
url: "/report/boeu/teaching/exportAll",
data: {
name: state.name,
- organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
+ organizationId: state.orgId
+ ? state.orgId[state.orgId.length - 1]
+ : null,
createName: state.creator,
},
responseType: "blob",
@@ -490,7 +500,9 @@ export default {
url: "/report/boeu/router/exportAll",
data: {
name: state.name,
- organizationId: state.orgId ? state.orgId[state.orgId.length - 1] : null,
+ organizationId: state.orgId
+ ? state.orgId[state.orgId.length - 1]
+ : null,
createName: state.creator,
},
responseType: "blob",
@@ -1370,7 +1382,7 @@ export default {
height: 100%;
display: flex;
flex-direction: column;
- .filter {
+ .filterShow {
margin-left: 38px;
margin-right: 20px;
margin-top: 30px;
@@ -1382,7 +1394,7 @@ export default {
width: calc((100% - 76px - 220px) / 3);
}
- .btn {
+ .btnz {
padding: 0px 26px 0px 26px;
height: 38px;
background: rgba(64, 158, 255, 0);
@@ -1399,7 +1411,7 @@ export default {
background-size: 100%;
}
- .btnText {
+ .btnzText {
font-size: 14px;
font-weight: 400;
color: rgba(64, 158, 255, 1);
@@ -1408,7 +1420,7 @@ export default {
}
}
- .btnn {
+ .btnzx {
padding: 0px 26px 0px 26px;
height: 38px;
background: #4ea6ff;
@@ -1425,7 +1437,7 @@ export default {
background-size: 100%;
}
- .btnText {
+ .btnzText {
font-size: 14px;
font-weight: 400;
color: #ffffff;
@@ -1434,7 +1446,7 @@ export default {
}
}
- .btn1 {
+ .btnzx1 {
.search {
width: 15px;
height: 17px;
@@ -1442,7 +1454,7 @@ export default {
}
}
- .btn2 {
+ .btnzx2 {
margin-right: 0px !important;
background: #4ea6ff;
.search {
@@ -1451,47 +1463,47 @@ export default {
background-image: url("../../assets/images/courseManage/reset0.png");
}
- .btnText {
+ .btnzText {
color: white;
}
}
- .btn1:hover {
+ .btnzx1:hover {
background: rgba(64, 158, 255, 0.76);
.search {
background-image: url("../../assets/images/courseManage/search0.png");
}
- .btnText {
+ .btnzText {
color: #ffffff;
}
}
- .btn2:hover {
+ .btnzx2:hover {
background: rgba(64, 158, 255, 0.76);
.search {
background-image: url("../../assets/images/courseManage/reset0.png");
}
- .btnText {
+ .btnzText {
color: #ffffff;
}
}
- .btn1:active,
- .btn2:active {
+ .btnzx1:active,
+ .btnzx2:active {
background: #0982ff;
}
- // .btn2:hover {
+ // .btnzx2:hover {
// background: rgba(64, 158, 255, 0.1);
// }
- // .btn2:active {
+ // .btnzx2:active {
// background: rgba(64, 158, 255, 0.2);
// }
}
- .tabBtn {
+ .tabbtnz {
width: 100%;
height: 40px;
display: flex;
@@ -1517,11 +1529,11 @@ export default {
cursor: pointer;
}
}
- .btns {
+ .btnzs {
display: flex;
margin-right: 38px;
// flex-wrap: wrap;
- .btn {
+ .btnz {
padding: 0px 26px 0px 26px;
height: 38px;
background: white;
@@ -1538,7 +1550,7 @@ export default {
background-size: 100%;
}
- .btnText {
+ .btnzText {
font-size: 14px;
font-weight: 400;
color: #4ea6ff;
@@ -1547,7 +1559,7 @@ export default {
}
}
- .btn3 {
+ .btnz3 {
margin-right: 0px;
background: #4ea6ff;
.search {
@@ -1555,12 +1567,12 @@ export default {
height: 18px;
background-image: url("../../assets/images/courseManage/add0.png");
}
- .btnText {
+ .btnzText {
color: #ffffff;
}
}
- .btn3:hover {
+ .btnz3:hover {
// background: rgba(64, 158, 255, 0.76);
background: rgba(64, 158, 255, 0.76);
}