Prechádzať zdrojové kódy

fix: 修改切换住院人弹窗中的信息为inpatientId

carver 2 rokov pred
rodič
commit
c0ba0fa181

+ 1 - 2
antbuilder/industry/hospitalV2/components/deposit/components/chooseHospital/index.axml

@@ -20,8 +20,7 @@
               <view class="patient-item-line-two">
                 {{ item.sex ? item.sex + ',' : '' }}
                 {{ item.inpatientAge ? item.inpatientAge + '岁' + ',' : '' }}
-                {{ item.area ? item.area + ',' : '' }}
-                {{ item.bedspace ? item.bedspace : ''  }}
+                {{ item.inpatientId ? item.inpatientId : '' }}
               </view>
             </view>
             <view a:if="{{ index !== selectIndex }}" class="patient-item-right">