浏览代码

场所消防列表删除展示字段

guoqing 1 年之前
父节点
当前提交
873c0f7a66
共有 1 个文件被更改,包括 1 次插入20 次删除
  1. 1 20
      src/views/placeManage/placeFirefighting/placeFirefightingList.vue

+ 1 - 20
src/views/placeManage/placeFirefighting/placeFirefightingList.vue

@@ -92,16 +92,10 @@
               <span v-if="item.equipmentType == 10">应急灯</span>
             </div>
           </div>
-          <div class="item_center">
-            {{ item.position }}
-          </div>
           <div class="item_down">
             <div class="item_down_left">
               {{ item.siteName }}
             </div>
-            <div class="item_down_right">
-              {{ item.personInChargeName }}
-            </div>
           </div>
         </div>
         <template #right>
@@ -300,31 +294,18 @@ html {
         text-overflow: ellipsis;
       }
     }
-    .item_center {
-      width: 100%;
-      font-size: 16px;
-      color: #a2a2a2;
-      text-align: left;
-      padding: 10px 0;
-      overflow: hidden;
-    }
     .item_down {
       overflow: hidden;
       width: 100%;
       font-size: 16px;
       .item_down_left {
-        width: 70%;
+        width: 100%;
         float: left;
         color: #000000;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
       }
-      .item_down_right {
-        width: 30%;
-        text-align: center;
-        float: left;
-      }
     }
   }
 }