Browse Source

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

chenjun 1 ngày trước cách đây
mục cha
commit
bdb92a7fd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']"