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 @@