Browse Source

优先级显示问题

hella_online_20240829
zhang_li 2 months ago
parent
commit
ed8ce17a22
  1. 2
      src/mycomponents/job/jobComMainDetailCard.vue

2
src/mycomponents/job/jobComMainDetailCard.vue

@ -12,7 +12,7 @@
<view class="u-flex u-row-between"> <view class="u-flex u-row-between">
<location v-if="isShowFromLocation&&dataContent.fromLocationCode" title="来源库位" :locationCode="dataContent.fromLocationCode"> <location v-if="isShowFromLocation&&dataContent.fromLocationCode" title="来源库位" :locationCode="dataContent.fromLocationCode">
</location> </location>
<level title="优先级" :priority="dataContent.priority"> <level title="优先级" :priority="dataContent.priority" v-if="dataContent.priority !== '' && dataContent.priority !== underfind && dataContent.priority !== null ">
</level> </level>
</view> </view>

Loading…
Cancel
Save