From 47b30b2cfebef7f2efdcf55f8d26d40f88141774 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 30 十月 2025 11:11:18 +0800
Subject: [PATCH] feat: init

---
 src/views/CustomerManage/components/AddOrEditCustomerView.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/views/CustomerManage/components/AddOrEditCustomerView.vue b/src/views/CustomerManage/components/AddOrEditCustomerView.vue
index 8377969..354ad6b 100644
--- a/src/views/CustomerManage/components/AddOrEditCustomerView.vue
+++ b/src/views/CustomerManage/components/AddOrEditCustomerView.vue
@@ -218,6 +218,8 @@
                 />
               </ProFormItemV2>
             </ProFormColItem>
+          </ProFormCol>
+          <ProFormCol>
             <ProFormColItem :span="8" v-if="!isEdit">
               <ProFormItemV2
                 label="瀵嗙爜:"
@@ -232,6 +234,21 @@
               </ProFormItemV2>
             </ProFormColItem>
           </ProFormCol>
+          <ProFormCol>
+            <ProFormColItem :span="8">
+              <ProFormItemV2
+                label="鎿嶄綔瀵嗙爜:"
+                prop="password"
+                :check-rules="[{ message: '璇疯緭鍏ユ搷浣滃瘑鐮�' }]"
+              >
+                <ProFormText
+                  v-model.trim="form.password"
+                  :maxlength="30"
+                  placeholder="璇疯緭鍏ユ搷浣滃瘑鐮�"
+                />
+              </ProFormItemV2>
+            </ProFormColItem>
+          </ProFormCol>
           <div class="chuck-add-or-edit-actions">
             <el-button @click="handleBack">杩斿洖</el-button>
             <el-button v-if="!isDetail" type="primary" @click="handleSubmit">纭</el-button>

--
Gitblit v1.9.1