Browse Source

优化设备预警列表页面布局和交互

彭宇 2 days ago
parent
commit
10069ef2f1
2 changed files with 2310 additions and 2354 deletions
  1. 1 1
      src/views/industry/ThermalPower.vue
  2. 2309 2353
      src/views/industry/shebeiYujingList.vue

+ 1 - 1
src/views/industry/ThermalPower.vue

@@ -405,7 +405,7 @@
         </div>
         <div class="w_list2">
           <div class="scoll_li">
-            <div class="w_li" v-for="(e,idx) in heatingList" :key="idx" @click="previewDetail('隐患列表',e)">
+            <div class="w_li" v-for="(e,idx) in heatingList" :key="idx" @click="openDetail(e,'隐患列表')">
               <p>
                 <span :title="e.title">{{ e.title }}</span>
                 <u>{{e.reportTime}}</u>

File diff suppressed because it is too large
+ 2309 - 2353
src/views/industry/shebeiYujingList.vue