From e0c6057454947b29b58eb865cf87f06e23ef7558 Mon Sep 17 00:00:00 2001 From: yaoyn Date: Mon, 30 Dec 2024 15:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=A2=9E=E5=8A=A0=E5=B2=97?= =?UTF-8?q?=E4=BD=8D=E8=81=8C=E5=8A=A1=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/UserModal.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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: '政治面貌',