mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
style:修改开课样式
This commit is contained in:
@@ -359,8 +359,8 @@ import dialog from "@/utils/dialog";
|
||||
const props = defineProps({
|
||||
type: Number,
|
||||
});
|
||||
const openCourseVisible = ref(true);
|
||||
const offCourseNewVisiable = ref(true);
|
||||
const openCourseVisible = ref(false);
|
||||
const offCourseNewVisiable = ref(false);
|
||||
const tableRef = ref();
|
||||
|
||||
const columns = ref([
|
||||
|
||||
Reference in New Issue
Block a user