Selaa lähdekoodia

修改外出登记返院登记按钮逻辑判断

xiongxing 3 viikkoa sitten
vanhempi
commit
72d2c94193
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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']"