Commit 478b2046 authored by 罗超's avatar 罗超

修改部分问题

parent 0fe18d63
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
@mouseleave="outTable" @mouseleave="outTable"
@mouseover="activeTd(index,4)" @mouseover="activeTd(index,4)"
@click="chosen(index,4)" @click="chosen(index,4)"
>{{item.AdSend}}分钟</td> >{{item.AdSend}}</td>
<td <td
@mouseleave="outTable" @mouseleave="outTable"
@mouseover="activeTd(index,5)" @mouseover="activeTd(index,5)"
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
@mouseleave="outTable" @mouseleave="outTable"
@mouseover="activeTd(index,13)" @mouseover="activeTd(index,13)"
@click="chosen(index,13)" @click="chosen(index,13)"
>{{item.OutTime}}</td> >{{item.OutTime}}小时</td>
<td <td
@mouseleave="outTable" @mouseleave="outTable"
@mouseover="activeTd(index,14)" @mouseover="activeTd(index,14)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment