fix: 修复门诊医生站诊断页面家长姓名字段缺少提示语 #270
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openhis",
|
||||
"version": "3.8.9",
|
||||
"version": "3.8.10",
|
||||
"description": "OpenHIS管理系统",
|
||||
"author": "OpenHIS",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user