浏览代码

弹窗遮罩 ✔

王哲 2 月之前
父节点
当前提交
b698ff6164
共有 2 个文件被更改,包括 16 次插入11 次删除
  1. 2 0
      src/views/SenEventCenter.vue
  2. 14 11
      src/views/SentryPage.vue

+ 2 - 0
src/views/SenEventCenter.vue

@@ -385,6 +385,7 @@
         let that = this;
         let that = this;
         let param = {
         let param = {
           createTimeRange:this.dataValue+","+this.dataValue,
           createTimeRange:this.dataValue+","+this.dataValue,
+          createTimeRange:"2025-09-24"+","+"2025-09-24",
           eventTypeCode:"all"
           eventTypeCode:"all"
         };
         };
         getEventList(param).then(res => {
         getEventList(param).then(res => {
@@ -645,6 +646,7 @@
     width: 100%;
     width: 100%;
     height: 20vh;
     height: 20vh;
   }
   }
+
 </style>
 </style>
 <style rel="stylesheet/scss" lang="scss" scoped>
 <style rel="stylesheet/scss" lang="scss" scoped>
 	@import '@/assets/styles/base.scss';
 	@import '@/assets/styles/base.scss';

+ 14 - 11
src/views/SentryPage.vue

@@ -157,17 +157,17 @@
                   <template v-if="activity.attachList.length>0" v-for="item in activity.attachList">
                   <template v-if="activity.attachList.length>0" v-for="item in activity.attachList">
                     <el-image v-if="item.attachPath.endsWith('.jpg') || item.attachPath.endsWith('.png')" style="width: 270px; height: 180px; margin-right: 9px;" :src="item.attachPath"></el-image>
                     <el-image v-if="item.attachPath.endsWith('.jpg') || item.attachPath.endsWith('.png')" style="width: 270px; height: 180px; margin-right: 9px;" :src="item.attachPath"></el-image>
                     <video controls v-else-if="item.attachPath.endsWith('.mp4')" style="width: 270px; height: 180px; margin-right: 9px;" :src="item.attachPath"></video>
                     <video controls v-else-if="item.attachPath.endsWith('.mp4')" style="width: 270px; height: 180px; margin-right: 9px;" :src="item.attachPath"></video>
-                    <a v-else-if="item.attachPath.endsWith('.pdf')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📄 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.doc')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📝 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.docx')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📝 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.xls')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📊 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.xlsx')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📊 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.ppt')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📑 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.pptx')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📑 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.zip')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📦 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.rar')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📦 {{ item.fileName }}</a>
-                    <a v-else-if="item.attachPath.endsWith('.txt')" :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">📃 {{ item.fileName }}</a>
-                    <a v-else :href="item.attachPath" style="width: 200px; height: 20px; display: block; color: #fff!important;">{{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.pdf')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📄 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.doc')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📝 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.docx')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📝 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.xls')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📊 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.xlsx')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📊 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.ppt')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📑 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.pptx')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📑 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.zip')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📦 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.rar')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📦 {{ item.fileName }}</a>
+                    <a v-else-if="item.attachPath.endsWith('.txt')" :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">📃 {{ item.fileName }}</a>
+                    <a v-else :href="item.attachPath" style="width: 800px; height: 20px; display: block; color: #fff!important;">{{ item.fileName }}</a>
 
 
                     <!--https://chat.deepseek.com/a/chat/s/8d9fb914-9500-442e-bc30-6d6cad5ba7e0-->
                     <!--https://chat.deepseek.com/a/chat/s/8d9fb914-9500-442e-bc30-6d6cad5ba7e0-->
                     <!--pdf: '📄',-->
                     <!--pdf: '📄',-->
@@ -1385,6 +1385,9 @@
       width: 6rem;
       width: 6rem;
       height: 6rem;
       height: 6rem;
     }
     }
+  .el-dialog__wrapper{
+    z-index: 9999!important;
+  }
 </style>
 </style>
 <style rel="stylesheet/scss" lang="scss" scoped>
 <style rel="stylesheet/scss" lang="scss" scoped>
 	@import '@/assets/styles/base.scss';
 	@import '@/assets/styles/base.scss';