ソースを参照

历史数据时间显示问题

zhangsijie 1 年間 前
コミット
4799191b2f

+ 1 - 1
pages/cb/bzy/equip-set/bzyhistoryile.vue

@@ -476,7 +476,7 @@
 
 				.th:first-child,
 				.td:first-child {
-					width: 300rpx;
+					width: 350rpx;
 				}
 			}
 

+ 2 - 1
pages/cb/sy/history.vue

@@ -325,6 +325,7 @@
 			}
 
 			.tr {
+				width: 1070rpx;
 				display: flex;
 				overflow: hidden;
 
@@ -340,7 +341,7 @@
 
 				.th:first-child,
 				.td:first-child {
-					width: 300rpx;
+					width: 350rpx;
 				}
 			}
 

+ 1 - 1
pages/cb/zjxydetail/thxydetail.vue

@@ -13,7 +13,7 @@
 				设备类型:性诱测报L
 			</view>
 			<view class="">
-				最新上报时间:{{equipInfo.addtime||equipInfo.uptime | timeFormat}}
+				最新上报时间:{{equipInfo.uptime||equipInfo.uptime | timeFormat}}
 			</view>
 			<view class="">
 				设备地址:{{equipInfo.address}}

+ 1 - 1
util/api.js

@@ -7,7 +7,7 @@ export const myRequest = (options) => {
 		// BASE_URL = 'http://114.55.0.7:8002'//测试
 		// BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.0.117:8003" : "http://8.136.98.49:8002"
 		// BASE_URL = process.env.NODE_ENV === 'development' ? "http://114.55.0.7:8002" : "http://8.136.98.49:8002"
-		BASE_URL = process.env.NODE_ENV === 'development' ? "http://192.168.0.117:8003" : "http://8.136.98.49:8002"
+		BASE_URL = process.env.NODE_ENV === 'development' ? "http://8.136.98.49:8002" : "http://8.136.98.49:8002"
 		// BASE_URL = 'http://192.168.1.77:8002'
 	}
 	// BASE_URL = 'http://192.168.1.52:8003'