This commit is contained in:
kclf
2022-12-05 17:25:10 +08:00
parent bb77d559db
commit ed7ba07059
3 changed files with 26 additions and 23 deletions

View File

@@ -2925,7 +2925,7 @@
</a-modal>
<!-- 预览弹窗 -->
<SeeModal
:show="lookCourseModal"
:visible="lookCourseModal"
:detail="faceDetailObj"
@cancel="ft_exit_see"
/>
@@ -3041,7 +3041,7 @@ import "@wangeditor/editor/dist/css/style.css";
import { Editor, Toolbar } from "@wangeditor/editor-for-vue";
import ProjectManager from "@/components/project/ProjectManager";
// import SeeModal from "./components/seeModal.vue";
import SeeModal from "./components/seeModal.vue";
//列表表格
const columns1 = [
@@ -3502,6 +3502,7 @@ export default defineComponent({
// Corpowerlist,
Editor,
Toolbar,
SeeModal,
// StuAdd,
ProjectManager,
ProjOwnerShip,