Parcourir la source

Merge branch 'master' of http://47.107.245.0:3000/xiongxing/kyj-yanglao-web-new

chenjun il y a 1 jour
Parent
commit
bdb92a7fd6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/elderly/elder/outward-registration/index.vue

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

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