|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="d-flex j-sb a-c li-item-head">
|
|
|
<view class="li-left-tag" :class="{ [`bg-instore-${item?.instoreBizInfo?.processType}`]: true }">{{ selectDictLabel(st_medicine_process_type, item?.instoreBizInfo?.processType) }}</view>
|
|
|
- <view v-if="isInstoreDate" class="f-s-22 c-#666">
|
|
|
+ <view v-if="isInstoreDate" class="f-s-22 c-#666 mr-24">
|
|
|
{{ getDateRangeFrt(item?.instoreBizInfo?.processingDate, item?.instoreBizInfo?.processingDateEnd) }}
|
|
|
<span>包装</span>
|
|
|
</view>
|