Fix Bug #413: 医生个人报卡管理核心缺陷:医生个人报卡编辑/查看界面与门诊医生站登记报卡界面设计不统一
This commit is contained in:
@@ -41,43 +41,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<!-- 性别、出生日期、实足年龄 -->
|
|
||||||
<el-row :gutter="16" class="form-row align-bottom">
|
|
||||||
<el-col :span="6" class="form-item">
|
|
||||||
<span class="form-label required">性别</span>
|
|
||||||
<el-radio-group v-model="form.sex">
|
|
||||||
<el-radio label="男">男</el-radio>
|
|
||||||
<el-radio label="女">女</el-radio>
|
|
||||||
<el-radio label="未知">未知</el-radio>
|
|
||||||
</el-radio-group>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="10" class="form-item birth-date">
|
|
||||||
<span class="form-label required">出生日期</span>
|
|
||||||
<div class="date-inputs">
|
|
||||||
<el-input v-model="form.birthYear" class="underline-input small" maxlength="4" @change="calculateAge" />
|
|
||||||
<span>年</span>
|
|
||||||
<el-input v-model="form.birthMonth" class="underline-input small" maxlength="2" @change="calculateAge" />
|
|
||||||
<span>月</span>
|
|
||||||
<el-input v-model="form.birthDay" class="underline-input small" maxlength="2" @change="calculateAge" />
|
|
||||||
<span>日</span>
|
|
||||||
</div>
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="8" class="form-item age-item">
|
|
||||||
<span class="form-label">或 实足年龄</span>
|
|
||||||
<div class="age-inputs">
|
|
||||||
<el-input v-model="form.age" class="underline-input small"/>
|
|
||||||
<el-select v-model="form.ageUnit" class="age-unit-select">
|
|
||||||
<el-option label="岁" value="岁" />
|
|
||||||
<el-option label="月" value="月" />
|
|
||||||
<el-option label="天" value="天" />
|
|
||||||
</el-select>
|
|
||||||
</div>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
|
|
||||||
<!-- 工作单位 -->
|
|
||||||
<el-row :gutter="16" class="form-row">
|
|
||||||
<el-col :span="24" class="form-item full-width">
|
|
||||||
<span class="form-label">工作单位(学校)</span>
|
<span class="form-label">工作单位(学校)</span>
|
||||||
<el-input v-model="form.workplace" class="underline-input" />
|
<el-input v-model="form.workplace" class="underline-input" />
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user