From c262ec88935b8b7881cb39e0a0802eaebf8a509a Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 13 Apr 2026 15:11:49 +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 | 4 ++-- src/components/Template/HandleFormItem.vue | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index f30aa93..bc71c18 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -31,7 +31,7 @@ :value="headerFields[`${colIndex}_${headerIndex}`]" :error="hasHeaderError(colIndex, headerIndex, headerCol.key)" @update:error="onHeaderColumnErrorUpdate(colIndex, headerIndex, headerCol.key, $event)" - :orange-bg="regentIsExpired(headerCol.key,rowIndex)" + :orange-bg="regentIsExpired(headerCol.key,colIndex)" @onRegentSubmit="(data, inputValue) => onHeaderRegentSubmit(data, inputValue, colIndex, headerIndex)" />