去除指令包旧的周期类型反显

This commit is contained in:
1378012178@qq.com 2026-01-20 16:17:33 +08:00
parent f123ff6b09
commit ef595ba882
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@
<p style="margin-top: -10px;">超时时长{{ directive.timeoutDuration }}分钟</p>
<div style="float:left;margin-top: 20px;">
</div>
<div style="float:right;margin-top: 20px;">
<span class="rchlClass" v-if="directive.cycleType == '1'">日常护理</span>
<span class="zqhlClass" v-if="directive.cycleType == '2'">周期护理</span>
<span class="zqhlClass" v-if="directive.cycleType == '2'">{{ directive.cycleTypeShow }}</span>
<span class="jshlClass" v-if="directive.cycleType == '3'">即时护理</span>
</div>
</div>
</a-card>
</div>