@@ -2714,6 +2718,7 @@ export default defineComponent({
>
{
+ state.delete_hs = true;
state.copy_hs = true;
}}
>
@@ -2928,7 +2933,7 @@ export default defineComponent({
}
};
const createft = () => {
- if (state.bs_hs == false) {
+ if (state.bs_hs == false && state.valueE1 != "") {
state.of_hs = false;
state.ft_hs = true;
state.valueE1 = "";
@@ -2967,9 +2972,11 @@ export default defineComponent({
state.sm_hs = false;
state.hideshow = true;
};
- const clear_valueE1 = () => {
+ const clear_valueE1 = (value) => {
state.bs_hs = false;
- state.valueE1 = "";
+ if (value != "") {
+ state.valueE1 = "";
+ }
};
const clear_valueE2 = () => {
state.valueE2 = "";
@@ -3899,7 +3906,6 @@ export default defineComponent({
}
.onlinemanage {
display: none;
- z-index: 999;
min-width: 1000px;
background: #ffffff;
.om_main {
@@ -4337,7 +4343,6 @@ export default defineComponent({
}
}
.givepower {
- z-index: 999;
min-width: 1000px;
background: #ffffff;
.gp_main {
@@ -4454,7 +4459,6 @@ export default defineComponent({
}
}
.schooltime {
- z-index: 999;
min-width: 1000px;
background: #ffffff;
.st_main {
@@ -4555,7 +4559,6 @@ export default defineComponent({
justify-content: center;
text-align: center;
margin: 77px auto 109px auto;
- cursor: pointer;
position: relative;
.smallleft {
position: absolute;
@@ -4676,7 +4679,6 @@ export default defineComponent({
}
}
.studentsmanage {
- z-index: 1000;
min-width: 1000px;
background: #ffffff;
.stm_main {
@@ -4922,7 +4924,6 @@ export default defineComponent({
}
.modalMain {
.ftsturecord {
- z-index: 999;
min-width: 1000px;
background: #ffffff;
.ftsr_main {
@@ -4964,7 +4965,6 @@ export default defineComponent({
width: 424px !important;
.ant-modal-body {
.delete {
- z-index: 99999;
width: 424px;
background: #ffffff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue
index fa1ce109..deba1aef 100644
--- a/src/views/learningpath/LearningPath.vue
+++ b/src/views/learningpath/LearningPath.vue
@@ -40,7 +40,7 @@
:placeholder="[' 开始时间', ' 结束时间']"
/>
-
-
-
-
-
无数据
-
请添加路径
-
+
+
+
+
+

+
+
无数据
+
请添加路径
+
+

+
+
-
+
+
td {
background: #f6f9fd;
}
+ }
+ .tableBox {
.pa {
left: 0;
width: 100%;
@@ -1846,8 +1852,9 @@ export default {
// background-color: red;
display: flex;
justify-content: center;
- position: absolute;
- bottom: 20px;
+ margin-bottom: 10px;
+ // position: absolute;
+ // bottom: -40px;
}
}
.operation {
diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue
index 026e820a..e510b77c 100644
--- a/src/views/learningpath/LevelAddDetail.vue
+++ b/src/views/learningpath/LevelAddDetail.vue
@@ -8,12 +8,19 @@
添加关卡
-
-->
+
@@ -798,7 +805,7 @@ export default {
selectedRowKeys: [],
isActive: false,
gqxy_hs: true,
-
+ isactive: -1,
projectChecked: null, //项目单选框
});
const showDrawer = () => {
@@ -1126,7 +1133,8 @@ export default {
document.getElementsByTagName("main")[0].style.boxShadow =
"0px 1px 35px 0px rgba(118, 136, 166, 0.07)";
});
- const changebgc = () => {
+ const changebgc = (index) => {
+ state.isactive = index;
state.isActive = !state.isActive;
};
const gqxy_hShow = () => {