Commit 4d6f2843 authored by 张伯涛's avatar 张伯涛

修改

parent ca29f7a3
......@@ -355,7 +355,7 @@
/>
<!-- 添加或修改核酸采集对话框 -->
<el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
<el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="800px" append-to-body>
<el-form :disabled="title ==='查看核酸采集'" v-loading="formLoading" ref="form" :model="form" :rules="rules" label-width="auto">
<!-- <el-form-item label="序号" prop="xh">-->
<!-- <el-input v-model="form.xh" placeholder="请输入序号" />-->
......
......@@ -240,7 +240,7 @@
/>
<!-- 添加或修改抗原异常上报对话框 -->
<el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
<el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="800px" append-to-body>
<el-form :disabled="title ==='查看抗原异常上报'" v-loading="formLoading" ref="form" :model="form" :rules="rules" label-width="auto">
<el-row>
<el-col :span="12">
......
......@@ -313,7 +313,7 @@
/>
<!-- 添加或修改阳性人员对话框 -->
<el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
<el-dialog :title="title" :visible.sync="open" width="800px" :close-on-click-modal="false" append-to-body>
<el-form :disabled="title ==='查看阳性人员'" v-loading="formLoading" ref="form" :model="form" :rules="rules" label-width="auto">
<el-row>
<el-col :span="12">
......
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