diff --git a/src/components/setVideoDialog.vue b/src/components/setVideoDialog.vue index 4c86ad7..f00f0a1 100644 --- a/src/components/setVideoDialog.vue +++ b/src/components/setVideoDialog.vue @@ -231,7 +231,7 @@ onMounted(async () => {}); font-family: "OPPOSans-Bold"; display: flex; align-items: center; - margin: 0 40px; + margin: 0 20px; padding-top: 10px; .title-time { diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index e5ae589..b17bb60 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -25,10 +25,10 @@ export const staticRouter: RouteRecordRaw[] = [ path: "/large", name: "大屏", // // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 - component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 + // component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 // component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 // component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏 - // component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏 + component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) children: [ { diff --git a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue index 70c22f8..4f983c5 100644 --- a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue +++ b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/centerTop.vue @@ -1,16 +1,8 @@ @@ -42,6 +35,7 @@ import { editProjectInfo, eidtProjectShowConfig, queryBySnData } from "@/api/mod import { selectLiveVideoListApi } from "@/api/modules/video"; import ckplayerComp from "./ckplayerComp.vue"; import { COMPANY } from "@/config/config"; +import setVideoDialog from "@/components/setVideoDialog.vue"; const store = GlobalStore(); const videoList = ref([] as any); @@ -55,7 +49,13 @@ const props = withDefaults(defineProps(), { }); // 项目信息 const projectData = ref({} as any); - +// 弹窗 +const partyBuildRef = ref(); +const openPeopleCountDialog = () => { + partyBuildRef.value.openDialog({ + title: "配置视频" + }); +}; watch( () => props.projectData, newVal => {