Commit 0a26187f authored by 刘怀志's avatar 刘怀志

68352 挂号管理-开具处方弹出框打开后点击空白处时弹出框消失了

parent ef5534ea
<template> <template>
<el-dialog :visible.sync="isShow" class="prescribing-modle" title="开具处方" @close="onClose"> <el-dialog :visible.sync="isShow" :close-on-click-modal="false" class="prescribing-modle" title="开具处方" @close="onClose">
<el-form ref="prescribingForm" :model="prescribingForm" label-width="5rem" size="small"> <el-form ref="prescribingForm" :model="prescribingForm" label-width="5rem" size="small">
<!-- 标题区域--> <!-- 标题区域-->
<div class="prescribing-head"> <div class="prescribing-head">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment