feat:合并

This commit is contained in:
lixg
2022-12-21 08:47:55 +08:00
parent 389d0ac4a5
commit 22663e7e13
2 changed files with 381 additions and 401 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,12 +63,12 @@
批量删除
</a-button>
</a-col>
<a-col :span="1.5" v-if="type == 2">
<!-- <a-col :span="1.5" v-if="type == 2">
<a-button class="cus-btn white" @click="showChangeModal">
<template #icon></template>
批量调整关卡
</a-button>
</a-col>
</a-col> -->
</a-row>
<div style="margin-top: 20px">
<a-table
@@ -259,10 +259,10 @@ function submitCall(flag) {
}
//调整关卡
const visiblene = ref(false);
const showChangeModal = () => {
visiblene.value = true;
};
// const visiblene = ref(false);
// const showChangeModal = () => {
// visiblene.value = true;
// };
</script>
<style>
.studentopea1 {