Merge remote-tracking branch 'yudao/master'

This commit is contained in:
puhui999
2023-03-07 10:12:34 +08:00
13 changed files with 63 additions and 42 deletions

View File

@ -109,7 +109,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>