号源新版样式恢复

dev
鹿和sa0ChunLuyu 8 hours ago
parent 60f6f630f1
commit 683b46620a

@ -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>

@ -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>

@ -106,7 +106,7 @@
</div>
<!-- 模式A只有医生渠道有数量 -->
<template v-if="!hasOtherChannelCount(item2.countsInfo)">
<template v-if="false && !hasOtherChannelCount(item2.countsInfo)">
<div class="qudao_count_row qudao_count_row_simple">
<span class="card_total"> {{item2.countsInfo[0].max_total}}</span>
<span v-if="getTotalLocked(item2.countsInfo) > 0" class="card_locked"> {{getTotalLocked(item2.countsInfo)}}</span>

@ -106,7 +106,7 @@
</div>
<!-- 模式A只有医生渠道有数量 -->
<template v-if="!hasOtherChannelCount(item2.countsInfo)">
<template v-if="false && !hasOtherChannelCount(item2.countsInfo)">
<div class="qudao_count_row qudao_count_row_simple">
<span class="card_total"> {{item2.countsInfo[0].max_total}}</span>
<span v-if="getTotalLocked(item2.countsInfo) > 0" class="card_locked"> {{getTotalLocked(item2.countsInfo)}}</span>

Loading…
Cancel
Save