mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
修改组长导入
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
>
|
>
|
||||||
<div class="drawerMain">
|
<div class="drawerMain">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="headerTitle">学员获取详情</div>
|
<div class="headerTitle">学员获取详情1</div>
|
||||||
<img
|
<img
|
||||||
style="width: 29px; height: 29px; cursor: pointer"
|
style="width: 29px; height: 29px; cursor: pointer"
|
||||||
src="../../assets/images/basicinfo/close.png"
|
src="../../assets/images/basicinfo/close.png"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
@expand="expandTable"
|
@expand="expandTable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="pa">
|
<div class="pa">
|
||||||
<a-pagination
|
<a-pagination
|
||||||
v-if="tableDataTotal > 10"
|
v-if="tableDataTotal > 10"
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-drawer>
|
</a-drawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { toRefs, reactive } from "vue";
|
import { toRefs, reactive } from "vue";
|
||||||
import { studentScoreList } from "../../api/indexProjStu";
|
import { studentScoreList } from "../../api/indexProjStu";
|
||||||
@@ -178,7 +178,7 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" >
|
<style lang="scss" >
|
||||||
.StuScore {
|
.StuScore {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
@@ -292,4 +292,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -4555,7 +4555,6 @@ export default defineComponent({
|
|||||||
state.newCourseName = item.name;
|
state.newCourseName = item.name;
|
||||||
state.permissions = item.permissions;
|
state.permissions = item.permissions;
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
|
|
||||||
state.stm_hs = true;
|
state.stm_hs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -4579,12 +4578,15 @@ export default defineComponent({
|
|||||||
console.log(state.kk_inputV1);
|
console.log(state.kk_inputV1);
|
||||||
console.log(state.kk_inputV2);
|
console.log(state.kk_inputV2);
|
||||||
console.log(state.selectTime);
|
console.log(state.selectTime);
|
||||||
|
getTableDate();
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
const handleRestTable = () => {
|
const handleRestTable = () => {
|
||||||
|
debugger
|
||||||
state.kk_inputV1 = "";
|
state.kk_inputV1 = "";
|
||||||
state.kk_inputV2 = "";
|
state.kk_inputV2 = "";
|
||||||
state.selectTime = "";
|
state.selectTime = "";
|
||||||
|
getTableDate();
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user