mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
选用模板编辑下项目保存时间bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user