@@ -105,7 +105,7 @@
<template #default="scope">
<el-button
link
- v-if="scope.row.updateDate === undefined || scope.row.updateDate === null || scope.row.leaveStatus != 0"
+ v-if="scope.row.leaveStatus == 1 && (scope.row.updateDate === undefined || scope.row.updateDate === null)"
type="primary"
@click="openReturnHospitalFormRef(scope.row, scope.row.id, false)"
v-hasPermi="['bak:check-out:kinin']"