From 55abd3e2adf7585fb4597a6227336f0a0550f1ba Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期四, 21 八月 2025 09:06:44 +0800
Subject: [PATCH] 工具信息、工具台账、出入库申请增加参数查询

---
 src/views/system/modules/UserModal.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/views/system/modules/UserModal.vue b/src/views/system/modules/UserModal.vue
index 32c2078..d49ed5f 100644
--- a/src/views/system/modules/UserModal.vue
+++ b/src/views/system/modules/UserModal.vue
@@ -103,6 +103,23 @@
         </a-form-model-item>
 
         <a-form-model-item
+          label="棣栭〉鏉冮檺"
+          :labelCol="labelCol"
+          :wrapperCol="wrapperCol"
+        >
+          <a-radio-group
+            v-model="model.userType"
+            :defaultValue="0"
+          >
+            <a-radio :value="1">鍒�鍏风鐞�</a-radio>
+            <a-radio :value="2">mdc</a-radio>
+            <a-radio :value="3">dnc</a-radio>
+            <a-radio :value="4">璁惧绠$悊</a-radio>
+            <a-radio :value="0">鏃�</a-radio>
+          </a-radio-group>
+        </a-form-model-item>
+
+        <a-form-model-item
           label="瑙掕壊鍒嗛厤"
           :labelCol="labelCol"
           :wrapperCol="wrapperCol"

--
Gitblit v1.9.3