fix: 修复门诊医生站诊断页面家长姓名字段缺少提示语 #270

This commit is contained in:
2026-03-26 17:52:30 +08:00
parent 11cf88fd49
commit 1a7b6c0cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
</el-col>
<el-col :span="8" class="form-item">
<span :class="['form-label', isChildPatient ? 'required' : '']">家长姓名</span>
<el-input v-model="form.parentName" class="underline-input" :placeholder="isChildPatient ? '≤14岁必填' : ''" />
<el-input v-model="form.parentName" class="underline-input" placeholder="≤14 岁必填" />
</el-col>
<el-col :span="8" class="form-item">
<span class="form-label required">身份证号</span>