功能展示列表:table添加简易单行省略显示tooltip
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="角色名称" prop="name" align="center" min-width="120" /> |
| | | <el-table-column label="角色名称" prop="name" align="center" min-width="120" /> |
| | | <el-table-column label="专家建议" prop="adviceInfo" align="center" min-width="160"> |
| | | <el-table-column label="单行省略" show-overflow-tooltip prop="adviceInfo" align="center" min-width="120" /> |
| | | <el-table-column label="多行省略" prop="adviceInfo" align="center" min-width="160"> |
| | | <template slot-scope="scope"> |
| | | <el-popover |
| | | placement="top-start" |