Эх сурвалжийг харах

工程现场 近一周问题列表 大屏界面调整

zhanghao 1 сар өмнө
parent
commit
c09bd06f25

+ 2 - 2
src/views/screen/engineering/currentArea.vue

@@ -193,7 +193,7 @@ export default {
           this.getProList = res.data;
           this.getProList.forEach((item, index) => {
             item.name = item.createTime;
-            item.num = item.description;
+            item.num = item.title;
 
           });
         }
@@ -416,7 +416,7 @@ export default {
 
       .table-list{
         width:100%;
-        height:30px;
+        height:35px;
         padding:5px 25px 0 10px;
         display: flex;
         justify-content: space-between;