|
@@ -89,14 +89,22 @@
|
|
|
<!-- 用户信息展示框 -->
|
|
<!-- 用户信息展示框 -->
|
|
|
<div class="user_info">
|
|
<div class="user_info">
|
|
|
<div style=" padding: 20px;">
|
|
<div style=" padding: 20px;">
|
|
|
|
|
+ <ul style="padding-inline-start:0px; margin-block-start:0; margin-top:40px;">
|
|
|
|
|
+ <li style="font-weight:bold;font-weight:bold; color:#666666;">访问信息</li>
|
|
|
|
|
+ <li>IP地址:{{account.user_ip}}</li>
|
|
|
|
|
+ <li>来源终端:{{account.system}}-{{account.browse}}</li>
|
|
|
|
|
+ </ul>
|
|
|
<ul style="padding-inline-start:0px; margin-block-start: 0;">
|
|
<ul style="padding-inline-start:0px; margin-block-start: 0;">
|
|
|
<li style="font-weight:bold;font-weight:bold; color:#666666;">用户信息</li>
|
|
<li style="font-weight:bold;font-weight:bold; color:#666666;">用户信息</li>
|
|
|
- <li> 姓名:麦丽素</li>
|
|
|
|
|
- <li>手机:1982720473</li>
|
|
|
|
|
- <li>邮箱:3ds47287@qq.com</li>
|
|
|
|
|
- <li>地址:地球</li>
|
|
|
|
|
|
|
+ <li>账号:{{account.account_name}}</li>
|
|
|
|
|
+ <li>标签:{{account.label}}</li>
|
|
|
|
|
+ <li>昵称:{{account.nick_name}}</li>
|
|
|
|
|
+ <li>手机:{{account.account_phone}}</li>
|
|
|
|
|
+ <li>邮箱:{{account.account_email}}</li>
|
|
|
|
|
+ <li>地址:{{account.address}}</li>
|
|
|
|
|
+ <li>备注:{{account.remark}}</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
- <div>
|
|
|
|
|
|
|
+ <!-- <div>
|
|
|
<span>访客备注:</span>
|
|
<span>访客备注:</span>
|
|
|
<div class="margin_t">
|
|
<div class="margin_t">
|
|
|
<el-input type="textarea" :rows="2" placeholder="请输入内容" v-model="textarea">
|
|
<el-input type="textarea" :rows="2" placeholder="请输入内容" v-model="textarea">
|
|
@@ -105,13 +113,8 @@
|
|
|
<div class="bt_save margin_t">
|
|
<div class="bt_save margin_t">
|
|
|
<span>保存</span>
|
|
<span>保存</span>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
- <ul style="padding-inline-start:0px; margin-block-start:0; margin-top:40px;">
|
|
|
|
|
- <li style="font-weight:bold;font-weight:bold; color:#666666;">访问信息</li>
|
|
|
|
|
- <li>来源渠道:直接访问</li>
|
|
|
|
|
- <li>IP地址:118.2.3.45</li>
|
|
|
|
|
- <li>来源终端:windows10 - chrome</li>
|
|
|
|
|
- </ul>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -130,7 +133,7 @@ export default {
|
|
|
inputValse:'',
|
|
inputValse:'',
|
|
|
dataList:'',//会话记录
|
|
dataList:'',//会话记录
|
|
|
alarm:'',//评价谢谢
|
|
alarm:'',//评价谢谢
|
|
|
-
|
|
|
|
|
|
|
+ account:'',//用户信息
|
|
|
// imgsrc:'http://192.168.2.186:8090'
|
|
// imgsrc:'http://192.168.2.186:8090'
|
|
|
imgsrc:'http://kfadmin.bocai186.com',//图片路径域
|
|
imgsrc:'http://kfadmin.bocai186.com',//图片路径域
|
|
|
}
|
|
}
|
|
@@ -172,8 +175,9 @@ export default {
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
if(res.data.code == 1){
|
|
if(res.data.code == 1){
|
|
|
res.data.data.list = res.data.data.list.reverse();
|
|
res.data.data.list = res.data.data.list.reverse();
|
|
|
- //console.log(res.data.data);
|
|
|
|
|
|
|
+ // console.log(res.data.data);
|
|
|
this.alarm = res.data.data.alarm;
|
|
this.alarm = res.data.data.alarm;
|
|
|
|
|
+ this.account = res.data.data.account;
|
|
|
res.data.data.list.forEach(e => {
|
|
res.data.data.list.forEach(e => {
|
|
|
//reverse()
|
|
//reverse()
|
|
|
e.time_line = this.$public.customFormatDateTime(e.time_line);
|
|
e.time_line = this.$public.customFormatDateTime(e.time_line);
|
|
@@ -317,7 +321,7 @@ ul li {
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
min-height: 20px;
|
|
min-height: 20px;
|
|
|
padding: 6px;
|
|
padding: 6px;
|
|
|
- background:rgba(223,240,255,1);
|
|
|
|
|
|
|
+ background:rgba(245,245,245,1);
|
|
|
border-radius:0px 10px 10px 10px;
|
|
border-radius:0px 10px 10px 10px;
|
|
|
margin-top:6px;
|
|
margin-top:6px;
|
|
|
}
|
|
}
|
|
@@ -328,7 +332,7 @@ ul li {
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
min-height: 20px;
|
|
min-height: 20px;
|
|
|
padding: 6px;
|
|
padding: 6px;
|
|
|
- background:rgba(245,245,245,1);
|
|
|
|
|
|
|
+ background:rgba(223,240,255,1);
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
border-radius:10px 0px 10px 10px;
|
|
border-radius:10px 0px 10px 10px;
|
|
|
}
|
|
}
|