fix: 修复已知BUG

This commit is contained in:
kailong321200875
2023-03-03 16:19:33 +08:00
parent 772e2439fa
commit 782b8e2f94
6 changed files with 68 additions and 19 deletions

View File

@@ -107,7 +107,13 @@ const toggleClick = () => {
v-bind="getBindItemValue(item)"
>
<template #label>
<slot :name="`${item.field}-label`" :label="item.label">{{ item.label }}</slot>
<slot
:name="`${item.field}-label`"
:row="{
label: item.label
}"
>{{ item.label }}</slot
>
</template>
<template #default>