Explorar o código

修改返院登记按钮权限

xiongxing hai 2 días
pai
achega
d5a3abc7d6
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

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