Commit cd0f16f3 authored by yanglilong's avatar yanglilong

修改

parent afe454a1
......@@ -17,12 +17,6 @@
<a-input v-model="form.patientName" placeholder="请输入客户姓名" allow-clear :disabled="!!id"/>
</a-form-model-item>
</a-col>
<a-col :lg="6" :sm="12">
<a-form-model-item label="出生日期">
<a-date-picker allow-clear :disabled="!!id"
v-model="form.firstEnrollmentTime" placeholder="请选择出生日期" value-format="YYYY-MM-DD 00:00:00" />
</a-form-model-item>
</a-col>
<a-col :lg="6" :sm="12">
<a-form-model-item label="保险公司">
<a-select v-model="form.payorCode" placeholder="请选择保险公司" :disabled="!!id"
......
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