<tr@mouseover="LeftmouseOver(index)"@mouseleave="LeftmouseLeave(index)":class="leftActiveIndex==index?'leftActive':''"v-for="(item,index) in dateList":key="index">
<tdclass="odd">{{item}}</td>
</tr>
</tbody>
</table>
</div>
<divclass="content-body"ref="mycareerContent">
<table>
<tbody>
<tr:class="dataActiveIndex==index?'dataActive':''"@mouseover="DatamouseOver(index)"@mouseleave="DatamouseLeave(index)"v-for="(item,index) in data":key="index+5000">