소스 검색

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

彭宇 1 일 전
부모
커밋
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