소스 검색

no message

xiaoxin 1 년 전
부모
커밋
1fe2b1dc98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesRepairs/management/management.vue

+ 1 - 1
pagesRepairs/management/management.vue

@@ -116,7 +116,7 @@
 				<view class="item_box">
 					<view class="box_key">报修姓名:</view>
 					<view class="box_value">{{ item.userName }}</view>
-					<view class="box_type" v-if="item.timeoutStr">超时未接</view>
+					<!-- <view class="box_type" v-if="item.timeoutStr">超时未接</view> -->
 					<view class="box_type" v-if="item.maintenanceTimeout">维修超时</view>
 				</view>