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