|
@@ -35,7 +35,7 @@
|
|
|
:with-header="false">
|
|
|
<el-button class="close_but"
|
|
|
type="danger"
|
|
|
- :style="{zIndex : useZIndex().nextZIndex() }"
|
|
|
+ style="z-index: 99999;"
|
|
|
icon="Close"
|
|
|
@click="drawer =false">
|
|
|
关闭
|
|
@@ -107,7 +107,6 @@ import {
|
|
|
emrTutorialGetId
|
|
|
} from "@/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/emr-editor/emr-tutorial";
|
|
|
import EmrTestV2 from "@/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/EmrTestV2/EmrTestV2.vue";
|
|
|
-import {useZIndex} from "element-plus";
|
|
|
|
|
|
const props = defineProps({
|
|
|
patInfo: {
|