<el-table-column
align="center"
label="视频地址"
prop="videoUrl"
show-overflow-tooltip
width="500"
>
<template slot-scope="scope">
<a class="buttonText" :href="scope.row.videoUrl" target="_blank">
{{ scope.row.videoUrl }}
</a>
</template>
</el-table-column>