Commit 7d6a2c5f authored by 秦嘉's avatar 秦嘉

修改bug

parent 8f306ac6
......@@ -316,8 +316,8 @@
<el-col :span="12">
<el-form-item label="是否阳性" prop="isYx">
<el-select v-model="form.isYx" placeholder="请选择是否阳性" style="width: 100%">
<el-option value="" label="阳"></el-option>
<el-option value="" label="未阳"></el-option>
<el-option value="0" label="阳"></el-option>
<el-option value="1" label="未阳"></el-option>
</el-select>
</el-form-item>
</el-col>
......
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