Browse Source

Merge branch 'master' of http://47.92.161.104:10080/wgl/jp-xpgj

zhengkaixin 4 years ago
parent
commit
517a402cac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/projects/pension/views/Master/Health/Archives.vue

+ 1 - 1
src/projects/pension/views/Master/Health/Archives.vue

@@ -61,7 +61,7 @@
 					</div>
 				</li>
 			</ul>
-			<div class="vongi-center">设备最后更新时间:{{healthData.time}}</div>
+			<div class="vongi-center" v-show="healthData.time">设备最后更新时间:{{healthData.time}}</div>
 		</div>
 
 		<loading :visible="isLoading"></loading>