fix:处理 因为url 优先级导致的 时间显示错误的问题 以及 group 内部 时间锁定无效的问题

This commit is contained in:
zhangyu
2023-07-20 18:02:58 +08:00
parent 7ebddf4905
commit e2652c9dc6
7 changed files with 57 additions and 36 deletions

View File

@@ -28,7 +28,7 @@
<div class="calendar-popover-text">
<i class="nz-icon"
v-if="showLocked"
@click.stop="changeLocked"
@click.stop="changeLocked()"
:title="timePickerLocked ? $t('timepicker.unlockTime') : $t('timepicker.lockTime')"
:class="timePickerLocked ? 'nz-icon-push-pin-line colorfa901c' : 'nz-icon-push-pin-line'"
style="margin-right: 5px;cursor: pointer"