|
|
|
|
@ -111,7 +111,7 @@
|
|
|
|
|
<el-icon v-if="isSelected(item2.id)" color="#ffffff"><Select /></el-icon>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 模式A:只有医生渠道有数量 -->
|
|
|
|
|
<template v-if="!hasOtherChannelCount(item2.countsInfo)">
|
|
|
|
|
<template v-if="false && !hasOtherChannelCount(item2.countsInfo)">
|
|
|
|
|
<div class="qudao_count_row qudao_count_row_simple">
|
|
|
|
|
<div style="display: flex; gap: 12px; justify-content: center;">
|
|
|
|
|
<span class="card_locked">占 {{getTotalLocked(item2.countsInfo)}}</span>
|
|
|
|
|
|