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>