同步按钮可用逻辑修改

This commit is contained in:
Euni4U 2025-03-15 14:50:27 +08:00
parent ac31b6753d
commit 70be5d7e66

View File

@ -12,7 +12,7 @@
size="small"
@click="handleSync"
:icon="RefreshRight"
:disabled="isExamCompleted"
:disabled="statusFilter === '1' || (selectedPatient && (selectedPatient.status === '1' || selectedPatient.status === 1))"
>
同步
</el-button>