浏览代码

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

彭宇 2 天之前
父节点
当前提交
10069ef2f1
共有 2 个文件被更改,包括 2310 次插入2354 次删除
  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>

文件差异内容过多而无法显示
+ 2309 - 2353
src/views/industry/shebeiYujingList.vue