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-button>
</a-col> </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"> <a-button class="cus-btn white" @click="showChangeModal">
<template #icon></template> <template #icon></template>
批量调整关卡 批量调整关卡
</a-button> </a-button>
</a-col> </a-col> -->
</a-row> </a-row>
<div style="margin-top: 20px"> <div style="margin-top: 20px">
<a-table <a-table
@@ -259,10 +259,10 @@ function submitCall(flag) {
} }
//调整关卡 //调整关卡
const visiblene = ref(false); // const visiblene = ref(false);
const showChangeModal = () => { // const showChangeModal = () => {
visiblene.value = true; // visiblene.value = true;
}; // };
</script> </script>
<style> <style>
.studentopea1 { .studentopea1 {