Appearance
Appearance
staff) | 字段 | 标识符 | 类型 | 备注 |
|---|---|---|---|
| 姓名 | name | 单行文本 | |
| 性别 | sex | 列表选择 | f:男m:女 |
| 毕业学校 | graduation | 单行文本 | |
| 邮箱 | 单行文本 | ||
| 个人照片 | avatar | 附件 | |
| 地址 | address | 单行文本 |
staffFamilyInfo) | 字段 | 标识符 | 类型 | 备注 |
|---|---|---|---|
| 姓名 | name | 单行文本 | |
| 性别 | sex | 列表选择 | f:男m:女 |
| 关系 | relation | 单行文本 | |
| 联系电话 | phone | 单行文本 | |
| 工作单位 | workUnit | 单行文本 | |
| 所属员工 | staffRel | 关联记录 | 关联员工信息表记录ID。 此字段用作数据关联关系维护 |

.form-entry-registration-title {
color: #f3f3f3;
padding: 5px 15px;
background-color: #4c81f1;
text-align: center;
}
.form-entry-registration-title {
margin-bottom: 15px;
}
.form-entry-registration-title .el-form-item__content {
font-size: 20px;
font-weight: bold;
}
.form-entry-registration .fm-report-table__td {
height: auto !important;
min-height: auto !important;
}
.form-entry-registration .fm-report-table__td .el-form-item {
margin-bottom: 0 !important;
}