From 2c245020cdb70c480c71e10527a311d7d20c7943 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 16 Apr 2024 12:22:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20krry=20paging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chrome: remove debug --- .../Apps/AccountCreateUpdateForm/const.js | 1 - src/components/Dialog/index.vue | 2 +- .../Form/FormFields/TransferSelect.vue | 5 +- src/components/Libs/Krry/paging/index.vue | 136 ++++++++++-------- src/styles/index.scss | 4 + src/views/ops/Job/QuickJob.vue | 4 +- 6 files changed, 85 insertions(+), 67 deletions(-) diff --git a/src/components/Apps/AccountCreateUpdateForm/const.js b/src/components/Apps/AccountCreateUpdateForm/const.js index f9a481ffa..c8235f817 100644 --- a/src/components/Apps/AccountCreateUpdateForm/const.js +++ b/src/components/Apps/AccountCreateUpdateForm/const.js @@ -113,7 +113,6 @@ export const accountFieldsMeta = (vm) => { label: vm.$t('assets.Password'), component: UpdateToken, hidden: (formValue) => { - console.log('formValue: ', formValue) return formValue.secret_type !== 'password' || vm.addTemplate } }, diff --git a/src/components/Dialog/index.vue b/src/components/Dialog/index.vue index 0bf11a659..150d46c08 100644 --- a/src/components/Dialog/index.vue +++ b/src/components/Dialog/index.vue @@ -92,7 +92,7 @@ export default {