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