2 Achegas d3bfba48cb ... 73deed5ca8

Autor SHA1 Mensaxe Data
  xiongxing 73deed5ca8 Merge branch 'master' of http://47.107.245.0:3000/xiongxing/kyj-yanglao-web-new hai 3 semanas
  xiongxing 72d2c94193 修改外出登记返院登记按钮逻辑判断 hai 3 semanas
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">
         <template #default="scope">
           <el-button
           <el-button
             link
             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"
             type="primary"
             @click="openReturnHospitalFormRef(scope.row, scope.row.id, false)"
             @click="openReturnHospitalFormRef(scope.row, scope.row.id, false)"
             v-hasPermi="['bak:check-out:kinin']"
             v-hasPermi="['bak:check-out:kinin']"