Browse Source

fix: 报告详情隐藏复诊挂号按钮

carver 2 năm trước cách đây
mục cha
commit
c6a7041dbc

+ 1 - 0
antbuilder/industry/hospitalV2/components/hospital-num-source/num-item/index.js

@@ -64,6 +64,7 @@ Component(
 				});
 			},
 
+			// 点击预约进行弹窗时间段选择
 			async onItemFollow({ target }) {
 				const { item } = target.dataset;
 				console.log("onItemFollow ===>", item);

+ 2 - 2
antbuilder/industry/hospitalV2/components/report-details-list/reportDetailsList.axml

@@ -71,9 +71,9 @@
                 </view>
             </view>
             <!-- 复诊挂号 -->
-            <view class="registration">
+            <!-- <view class="registration">
                 <view class="registration-btn" onTap="registrationBtn">复诊挂号</view>
-            </view>
+            </view> -->
         </view>
     </view>
 </wrapper>