 
 
these data are all sent from the background
 STATUS 0 indicates auditing 
 STATUS 1 indicates normal 
 STATUS 2 indicates locked status 
but now I don"t know how to change it to Chinese, how to do it?
<tr v-for="(item,index) in infoData">
    <td>{{index+1}}</td>
    <td>{{item.name}}</td>
    <td>{{item.email}}</td>
    <td>{{item.roleName}}</td>
    <th>{{item.status}}</th>
</tr>
