同步按钮可用逻辑修改
This commit is contained in:
parent
ac31b6753d
commit
70be5d7e66
@ -12,7 +12,7 @@
|
||||
size="small"
|
||||
@click="handleSync"
|
||||
:icon="RefreshRight"
|
||||
:disabled="isExamCompleted"
|
||||
:disabled="statusFilter === '1' || (selectedPatient && (selectedPatient.status === '1' || selectedPatient.status === 1))"
|
||||
>
|
||||
同步
|
||||
</el-button>
|
||||
|
Loading…
Reference in New Issue
Block a user