From 83801c01c5ce170a00a647ec5ecb749e78e74b96 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Thu, 7 Nov 2024 22:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E8=B4=B9=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CostEntry/feeTable.vue | 5 +++ src/components/CostEntry/index.vue | 28 ++++++++++++++- src/components/Form/src/BasicForm.vue | 3 +- src/views/baseinfo/infoclient/columns.tsx | 14 +++++++- src/views/fee/exchangeRate/columns.tsx | 36 +++++++++++++++++-- .../paymentSettlement/detail/index.vue | 14 +++++++- .../operation/paidApply/detail/index.vue | 2 +- src/views/operation/paidApply/index.vue | 21 ++++------- 8 files changed, 102 insertions(+), 21 deletions(-) diff --git a/src/components/CostEntry/feeTable.vue b/src/components/CostEntry/feeTable.vue index fb7121e2..50ac85e3 100644 --- a/src/components/CostEntry/feeTable.vue +++ b/src/components/CostEntry/feeTable.vue @@ -562,6 +562,11 @@ import { Item } from 'ant-design-vue/lib/menu' // } } }, + afterSelectionEnd: function (isStance, col) { + // if (col == 4 || col == 5 || col == 6) { + // hotTb.value.hotInstance.getActiveEditor().beginEditing() + // } + }, columns: columns, // 此行直接复制,必须(非商用) licenseKey: 'non-commercial-and-evaluation', diff --git a/src/components/CostEntry/index.vue b/src/components/CostEntry/index.vue index 05d879e3..8ae8b3c3 100644 --- a/src/components/CostEntry/index.vue +++ b/src/components/CostEntry/index.vue @@ -52,15 +52,23 @@