From a986a8d6fb5e44f7044469f5f420ce0d7b5bf235 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 26 十一月 2025 11:36:02 +0800
Subject: [PATCH] 11
---
src/views/system/user/UserForm.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/system/user/UserForm.vue b/src/views/system/user/UserForm.vue
index 630688a..75af394 100644
--- a/src/views/system/user/UserForm.vue
+++ b/src/views/system/user/UserForm.vue
@@ -82,6 +82,13 @@
</el-col>
</el-row>
<el-row>
+ <el-col :span="12">
+ <el-form-item label="HIS宸ュ彿" prop="hisId">
+ <el-input v-model="formData.hisId" placeholder="璇疯緭鍏IS宸ュ彿" />
+ </el-form-item>
+ </el-col>
+ </el-row>
+ <el-row>
<el-col :span="24">
<el-form-item label="澶囨敞">
<el-input v-model="formData.remark" placeholder="璇疯緭鍏ュ唴瀹�" type="textarea" />
@@ -119,6 +126,7 @@
mobile: '',
email: '',
id: undefined,
+ hisId: undefined,
username: '',
password: '',
sex: undefined,
@@ -206,6 +214,7 @@
mobile: '',
email: '',
id: undefined,
+ hisId: undefined,
username: '',
password: '',
sex: undefined,
--
Gitblit v1.9.3