From cb0c0ee3ea35da0ebfda286e873868af6a531942 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 21 十二月 2022 18:14:20 +0800 Subject: [PATCH] 运营管理ui修改 --- src/views/layout/components/Header/index.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index 058dd9d..08c899e 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -59,7 +59,7 @@ <updatePassword /> </el-dialog> <el-dialog :visible.sync="baseInformationVisible" width="35%" title="鍩烘湰淇℃伅" v-if="baseInformationVisible" - :before-close="handleClose"> + > <el-form :model="info" class="info" label-width="6vw"> <el-form-item label="鐢ㄦ埛ID" min-width="6"> <el-input v-model="info.id"></el-input> @@ -107,15 +107,15 @@ }, { label: '瑙嗛宸℃煡', - checked: false, + checked: true, url: '', id: '2f' }, { label: '鎵ф硶绠$悊', - checked: false, + checked: true, url: '', - if: '3f', + id: '3f', }, ], flag: { @@ -212,6 +212,12 @@ if (data.id === '1f') { window.open('http://cockpit.patstech.net:28081/cockpit/dist/board.html#/share-board/zfu0LsJ9', '_blank'); } + if (data.id === '2f') { + this.$router.push({path: "/home/video"}) + } + if (data.id === '3f') { + this.$router.push({path: "/home/operate/casepool/pool"}) + } } } }; -- Gitblit v1.8.0