From 755446c2ff46fc791d4cc9de0dae84086d3b5ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 28 Dec 2023 11:18:08 +0800 Subject: [PATCH] fix 80070 --- src/components/JExpandTable.vue | 48 +++++++++++++++++-- .../ProjectComplianceEvaluationProcess.vue | 2 + 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/components/JExpandTable.vue b/src/components/JExpandTable.vue index 24db86bd..b920fae6 100644 --- a/src/components/JExpandTable.vue +++ b/src/components/JExpandTable.vue @@ -4,6 +4,7 @@ v-on="$listeners" :bordered="bordered" :scroll="{x: '100%'}" + :row-class-name="lineCanExpand" :columns="columns" :data-source="dataSource"> @@ -26,7 +27,12 @@