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 +