Compare commits
2 Commits
3a242074ff
...
4b92be10b4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b92be10b4 | |||
| 0b361df0a4 |
@@ -31,7 +31,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-form-item :label="'家长姓名' + (isChildPatient ? '' : '')" :prop="isChildPatient ? 'parentName' : ''" :required="isChildPatient">
|
<el-form-item :label="'家长姓名' + (isChildPatient ? '' : '')" :prop="isChildPatient ? 'parentName' : ''" :required="isChildPatient">
|
||||||
<el-input v-model="form.parentName" :placeholder="isChildPatient ? '14岁以下必填' : '选填'" />
|
<el-input v-model="form.parentName" placeholder="≤14岁必填" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
|
|||||||
Reference in New Issue
Block a user