From d647d78c29afaeff8e6ba01d01cf9c2dc6e53479 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期六, 20 四月 2024 18:43:11 +0800
Subject: [PATCH] 修改所有备忘录上传图片
---
ruoyi-ui/src/views/meeting/webcast.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/meeting/webcast.vue b/ruoyi-ui/src/views/meeting/webcast.vue
index abd3eb6..1bbf291 100644
--- a/ruoyi-ui/src/views/meeting/webcast.vue
+++ b/ruoyi-ui/src/views/meeting/webcast.vue
@@ -38,7 +38,7 @@
<el-row :gutter="0">
<el-col :span="4">
- <div class="module">
+ <div class="module" @click="toLook">
<div class="video">
66666666
</div>
@@ -231,6 +231,9 @@
},
submitDataScope() {
console.log(this.formDat.timeSpan)
+ },
+ toLook(){
+ this.$router.push('/meeting/webcast/webcastInfo/')
}
}
@@ -279,6 +282,7 @@
/* margin-left: 5px;
margin-right: 5px; */
position: relative;
+ cursor: pointer;
}
.grid-content {
--
Gitblit v1.9.1