feat(diagnosis): 添加传染病报告对话框中的工作单位字段
- 在传染病报告对话框中新增工作单位输入框 - 添加了相应的工作单位表单项布局结构 - 集成了工作单位数据绑定功能
This commit is contained in:
@@ -41,7 +41,9 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
<!-- 工作单位 -->
|
||||||
|
<el-row :gutter="16" class="form-row">
|
||||||
|
<el-col :span="24" class="form-item">
|
||||||
<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