diff --git a/src/views/system/user/components/UserModal.vue b/src/views/system/user/components/UserModal.vue index d8bbd28..a13d9a4 100644 --- a/src/views/system/user/components/UserModal.vue +++ b/src/views/system/user/components/UserModal.vue @@ -306,6 +306,15 @@ placeholder: '请输入身份证号', }, }, + { + field: 'dutyPost', + label: '岗位/职务', + component: 'Input', + colProps: { span: 12 }, + componentProps: { + placeholder: '请输入岗位职务', + }, + }, { field: 'politicsStatus', label: '政治面貌',