mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +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-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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user