Browse Source

fix: 预约挂号记录-隐藏普通号专家好

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

+ 2 - 2
antbuilder/industry/hospitalV2/components/subscribe-record/record-item/index.axml

@@ -10,9 +10,9 @@
        <view class="record-name">
          {{ item.depName }}
        </view>
-       <view class="num-type">
+       <!-- <view class="num-type">
          {{ item.type === 'expert' ? '专家' :(item.type === 'nucleic' ? '' : '普通') }}号
-       </view>
+       </view> -->
      </view>
       <view class="header-right">
         <view class="status {{ utils.statusClass(item.status) }}">