|
@@ -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) }}">
|