选用模板编辑下项目保存时间bug

This commit is contained in:
zhangyc
2022-12-22 15:48:49 +08:00
parent d740f6be8e
commit 6220685ca8
3 changed files with 18 additions and 13 deletions

View File

@@ -63,12 +63,13 @@
批量删除
</a-button>
</a-col>
<!--
<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
@@ -81,7 +82,7 @@
>
<template #action="{ record }">
<div style="display: flex; justify-content: center">
<div
<!-- <div v-if="type == 2"
@click="del(record.id)"
style="
color: #4ea6ff;
@@ -93,6 +94,7 @@
>
查看
</div>
<div
@click="showChangeModal"
style="
@@ -104,7 +106,7 @@
"
>
调整
</div>
</div> -->
<div
@click="del(record.id)"
style="
@@ -300,9 +302,9 @@ function submitCall(flag) {
// 调整关卡;
const visiblene = ref(false);
const showChangeModal = () => {
visiblene.value = true;
};
//const showChangeModal = () => {
// visiblene.value = true;
//};
</script>
<style>
.studentopea1 {