el-table 如果文字过多展示...

2023-03-13,,

 1 <el-table-column label="任务名称" width="120px" align="center" :show-overflow-tooltip="true">
2 <template slot-scope="scope">
3 <a
4 href="javascript:void(0);"
5 @click="openDialog(scope.row.taskId)"
6 class="abAccount"
7 title="点击查看账号列表"
8 >{{scope.row.taskName}}</a>
9 </template>
10 </el-table-column>

el-table 如果文字过多展示...的相关教程结束。

《el-table 如果文字过多展示....doc》

下载本文的Word格式文档,以方便收藏与打印。