From ace08af8cabf03e9f4dd6f7c06474a23c645c64c Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 25 Nov 2025 10:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A2=9E=E5=8A=A0=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=97=B6loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ComButton/index.vue | 4 +- .../project-manage/all-project/index.vue | 54 ++++---- .../project-manage/dept-project/index.vue | 6 +- .../project-manage/lot-project/index.vue | 24 ++-- .../attendance-machine/index.vue | 6 + .../person-entry/index.vue | 14 ++- .../person-entry/shanghai-pro-setting.vue | 4 +- .../contract-witness/index.vue | 7 +- .../dishonesty-person/index.vue | 116 ++++++++++-------- .../wage-card-witness/index.vue | 7 +- 10 files changed, 144 insertions(+), 98 deletions(-) diff --git a/src/components/ComButton/index.vue b/src/components/ComButton/index.vue index 62f8d91..fd40066 100644 --- a/src/components/ComButton/index.vue +++ b/src/components/ComButton/index.vue @@ -39,7 +39,7 @@ export default { // 防抖延迟时间(毫秒) debounceTime: { type: Number, - default: 800, + default: 500, }, }, data() { @@ -80,7 +80,7 @@ export default { } } } catch (error) { - console.error('按钮点击事件执行失败:', error) + // console.error('按钮点击事件执行失败:', error) } finally { this.loading = false } diff --git a/src/views/basic-manage/project-manage/all-project/index.vue b/src/views/basic-manage/project-manage/all-project/index.vue index 9672fc4..7893d64 100644 --- a/src/views/basic-manage/project-manage/all-project/index.vue +++ b/src/views/basic-manage/project-manage/all-project/index.vue @@ -145,13 +145,13 @@ > 取消 - 确定 - + @@ -212,6 +212,7 @@