Commit 361ebe17 authored by IvyXia123's avatar IvyXia123

客户管理用户跳转

parent 8ab59203
......@@ -84,7 +84,7 @@
<td>{{ index + 1 }}</td>
<td>{{ customerObj.name }}</td>
<td>{{ item.friend_uid }}</td>
<td>{{ item.nick }}</td>
<td><router-link :to="{path:'/user', query:{type: 'detail',userid: item.user_id, teacherid: customerO.id}}" target="_blank">{{ item.nick }}</router-link></td>
<td>{{ item.chat_count }}</td>
<td>{{ item.visit_desc }}</td>
<td>{{ item.next_visit_at }}</td>
......@@ -97,7 +97,7 @@
<td >
<img style="width: 40px; height: 40px;" :src="item.headimg" alt="">
</td>
<td>{{ item.nick }}</td>
<td><router-link :to="{path:'/user', query:{type: 'detail',userid: item.user_id, teacherid: customerO.id}}" target="_blank">{{ item.nick }}</router-link></td>
<td>{{ item.friend_uid }}</td>
<td>{{ item.mobile }}</td>
<td>{{ item.create_time }}</td>
......
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