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

 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>

 

posted @ 2021-06-10 15:45  zzzzzyyyyyy  阅读(804)  评论(0编辑  收藏  举报