<template slot-scope="{ row }"> <el-button type="text" @click="row.show = !row.show;">{{ row.show ? '隐藏' : '显示' }}</el-button> <div v-if="row.show">{{ row.text2 }}</div> </template> </el-table-column> <el-table-column fixed prop="date" @@ -77,7 +...
新增全局组件注入 emptyElement 新增全局组件注入 listRequest,以及在 Props 属性上添加。 组件添加暴露数据,类型为 PowerfulTableExpose 2.1.15 20230315 解决切换批量操作点击确定后选择的批量操作类型永远是第一个 bug component-event 自定义事件参数返回更改, 由原来的 { componentName: string, eventType: string }...
elTableClassName='syncListLeft' :emptyText='emptyText' :tableColumns='tableColumns' @selectionChangeHandle='selectionChangeHandle' @rowClickHandle='rowClickHandle' @cellDblClickHandle='cellDblClickHandle' :isLoading='loading' > <template v-slot:diylastcol> <el-table-column label="操作" fixed='ri...
支持的Element UI Table属性有:stripe / border / height / max-height / fit / show-header / highlight-current-row / current-row-key / row-class-name / row-style / row-key / empty-text / default-expand-all / expand-row-keys / default-sort / tooltip-effect / show-summary / sum-text...