From 0e1d469c765af8827271b98ae9a00c79c91d34ef Mon Sep 17 00:00:00 2001 From: Theluyuan <1162963624@qq.com> Date: Fri, 17 Feb 2023 11:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/table/TableRow.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/component/table/TableRow.vue b/src/component/table/TableRow.vue index 8a271e8..19361f5 100644 --- a/src/component/table/TableRow.vue +++ b/src/component/table/TableRow.vue @@ -57,7 +57,7 @@ const props = withDefaults(defineProps(), { const tableExpandAll = ref(props.defaultExpandAll); -const editIndex:any = ref({}) +const editIndex: any = ref({}); const tableExpandKeys: WritableComputedRef = computed({ get() { @@ -608,10 +608,18 @@ const radioProps = props.getRadioProps(props.data, props.index); @@ -683,9 +691,8 @@ const radioProps = props.getRadioProps(props.data, props.index); - \ No newline at end of file +