mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat:合并
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user