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