2 次代码提交 d3bfba48cb ... 73deed5ca8

作者 SHA1 备注 提交日期
  xiongxing 73deed5ca8 Merge branch 'master' of http://47.107.245.0:3000/xiongxing/kyj-yanglao-web-new 3 周之前
  xiongxing 72d2c94193 修改外出登记返院登记按钮逻辑判断 3 周之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/elderly/elder/outward-registration/index.vue

+ 1 - 1
src/views/elderly/elder/outward-registration/index.vue

@@ -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']"