更新页面
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
:show-overflow-tooltip="item.showOverflowTooltip || true" :sortable="item.sortable || false">
|
||||
<!-- 使用自定义 -->
|
||||
<template v-if="item.showSolt" #default="scope">
|
||||
<slot :name="item.prop" v-bind="scope"></slot>
|
||||
<slot :name="item.prop" v-bind="scope"></slot>
|
||||
</template>
|
||||
<!-- 默认 -->
|
||||
<template v-else #default="{ row }">
|
||||
|
||||
Reference in New Issue
Block a user