From 51cf0da474b875069552062d3547ac7c03b5322d Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 24 Nov 2025 21:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/console/data/NewRegulatory.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue index 566d957..a87d8d5 100644 --- a/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue +++ b/code/web/regulatory-management-util/src/views/console/data/NewRegulatory.vue @@ -174,6 +174,8 @@ export default { const tableRowClassName = ( row: any, rowIndex: any ): void => { + console.log( `行${row}设置行号${rowIndex}` ); + row.rowIndex = rowIndex; }; @@ -238,7 +240,7 @@ export default { } }; - return { + return { ui, headerCellStyle, cellStyle,