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 +++++++++++++++++
src/views/EmploymentManage/components/ManualCheckManageDialog.vue | 2 +-
2 files changed, 18 insertions(+), 1 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>
diff --git a/src/views/EmploymentManage/components/ManualCheckManageDialog.vue b/src/views/EmploymentManage/components/ManualCheckManageDialog.vue
index 198d5fb..703ea4f 100644
--- a/src/views/EmploymentManage/components/ManualCheckManageDialog.vue
+++ b/src/views/EmploymentManage/components/ManualCheckManageDialog.vue
@@ -120,7 +120,7 @@
//@ts-ignore
checkOutStatus: {
formatter: (row: API.GetCheckReceiveTaskUserSubmitsQueryResultItem) => {
- return row.checkOutTime ? '宸茬鍒�' : '鏈埌宀�';
+ return row.checkOutTime ? '宸茬鍒�' : '';
},
},
},
--
Gitblit v1.9.1