poptips
<Poptip trigger="hover" placement="left" title="删除" content="....." word-wrap width="300">
<svg class="iconfont" aria-hidden="true" style="cursor: hand;" @click="trnasDeleteAccount(index)">
<use xlink:href="#icon-shanchu"></use>
</svg>
</Poptip>
表格用的slot-scope写法写的
<template slot-scope="{ row }" slot="id">
{{ row.user_id }}
</template>