1
0

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