Let"s take an effect picture first, and the code is posted at the back. Vue is not very familiar with it yet. I hope God will give me a thought or direction ~
Jqtrtdtrtrtrtd
.
<tbody>
<tr class="hap_table_tr" v-for="(item,index) in hank">
<td class="hap_table_bank">
{{ item.name }}
</td>
<td>
{{ item.process }}
</td>
<td>
<time>{{ item.date }}</time>
</td>
<td class="hap_table_notes" @click="changeContent(index)">
<p class="hap_table_note">{{ item.remakes }}
<i class="hap_table_drop1"></i>
</td>
</tr>
</tbody>
hank:[
{name:"",process:"",date:"208-05-23",remakes:"9"},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
{name:"",process:"",date:"208-05-23",remakes:""},
],