前端vue常见标签属性及作用解析
1、:close-on-click-modal="false" 取消点击空白关闭弹窗
<el-dialog :show-close="false" width="75%" title="互认登记" :visible.sync="diagnoseSaveVisible":close-on-click-modal="false":destroy-on-close="true">
后续待更新记录...
<el-dialog :show-close="false" width="75%" title="互认登记" :visible.sync="diagnoseSaveVisible":close-on-click-modal="false":destroy-on-close="true">
后续待更新记录...