|
@@ -376,6 +376,7 @@ import patientdead from '@/assets/case-frontsheet/patient-dead.png'
|
|
|
import baduplicated from '@/assets/case-frontsheet/ba-duplicated.png'
|
|
|
import baclosedown from '@/assets/case-frontsheet/ba-closedown.png'
|
|
|
import LendOut from "@/components/inpatient/frontsheet-printpage/LendOut.vue";
|
|
|
+import {isDev} from "@/utils/public";
|
|
|
|
|
|
const showSheetQuality = ref(false)
|
|
|
const currentPage = ref(1)
|
|
@@ -568,7 +569,7 @@ const clickSignStaff = (key) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-const showLendOut = ref(true)
|
|
|
+const showLendOut = ref(isDev)
|
|
|
const handleCommand = (val) => {
|
|
|
switch (val) {
|
|
|
case 'dismissCount':
|