فهرست منبع

3.8日正式环境下拉取的代码后,做告警管理详情页的一些修改

ming 3 سال پیش
والد
کامیت
87af179a27
2فایلهای تغییر یافته به همراه4 افزوده شده و 10 حذف شده
  1. 2 5
      pages/processDetailEle/processDetailEle.vue
  2. 2 5
      pages/processDetailEle1/processDetailEle1.vue

+ 2 - 5
pages/processDetailEle/processDetailEle.vue

@@ -38,7 +38,7 @@
 					<view>
 						<text>序号:</text>
 						<text>{{detailMessage.account_number}}</text>
-					</view>
+					</view> -->
 					<view>
 						<text>警告信息:</text>
 						<text>{{detailMessage.measValue}}</text>
@@ -49,7 +49,7 @@
 					</view>
 					<view>
 						<text>采集终端:</text>
-						<text>{{detailMessage.deviceCode}}</text>
+						<text>{{(detailMessage.deviceCode).replace(/0/g, "*")}}</text>
 					</view>
 					<view>
 						<text>站点地址:</text>
@@ -144,9 +144,6 @@
 			<!-- 处理状态end -->
 		</view>
 	</view>
-
-
-	</view>
 </template>
 
 <script>

+ 2 - 5
pages/processDetailEle1/processDetailEle1.vue

@@ -38,7 +38,7 @@
 					<view>
 						<text>序号:</text>
 						<text>{{detailMessage.account_number}}</text>
-					</view>
+					</view> -->
 					<view>
 						<text>警告信息:</text>
 						<text>{{detailMessage.measValue}}</text>
@@ -49,7 +49,7 @@
 					</view>
 					<view>
 						<text>采集终端:</text>
-						<text>{{detailMessage.deviceCode}}</text>
+						<text>{{(detailMessage.deviceCode).replace(/0/g, "*")}}</text>
 					</view>
 					<view>
 						<text>站点地址:</text>
@@ -131,9 +131,6 @@
 			<!-- 处理状态end -->
 		</view>
 	</view>
-
-
-	</view>
 </template>
 
 <script>