From db0829ef450e45a1e821e6c6d53fe0f8345a73ae Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 11 Mar 2026 15:18:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 126 +++++++++++--- .../Template/operation/TableOpertaion.vue | 2 - .../business/comps/template/comps/dl/DL022.vue | 191 +++++++++++++-------- 3 files changed, 217 insertions(+), 102 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 36dad53..61e8aa9 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -30,10 +30,11 @@ :item="getHeaderColumnItem(headerCol)" :value="headerFields[`${colIndex}_${headerIndex}`]" :error="hasHeaderError(colIndex, headerIndex, headerCol.key)" - @update:error="onHeaderColumnErrorUpdate(colIndex, headerIndex, headerCol.key, $event)" + @update:error="onHeaderColumnErrorUpdate(colIndex, headerIndex, headerCol.key, $event)" @onRegentSubmit="(data, inputValue) => onHeaderRegentSubmit(data, inputValue, colIndex, headerIndex)" /> -