Skip to content

CRUD表头能否支持自定义图标 #709

@yuxiaoshuai

Description

@yuxiaoshuai

版本号:v3.8.1

问题描述:
当前avue-crud不支持vue官方icon,及img。

问题代码:
<avue-crud ref="crud" :option="option" :data="data" @on-load="onLoad" > <template #deliveryDate-header="{ column }"> <el-tooltip effect="dark" content="销售合同规定的交货日期" placement="top" > {{ (column || {}).label }} <el-icon> <InfoFilled/> </el-icon> </el-tooltip> </template> </avue-crud>

问题截图:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions