diff --git a/src/components/product/account.vue b/src/components/product/account.vue
index 3ba192d..2171cfe 100644
--- a/src/components/product/account.vue
+++ b/src/components/product/account.vue
@@ -163,7 +163,11 @@
-
+
+
+ {{scope.row.LoginIP}}
+
+
@@ -506,6 +510,11 @@ export default {
this.online(item.info)
})
},
+ findaddr (item) {
+ this.$api.get(this.$api.phpURL + 'api/index/getIpAddress?ip='+item.LoginIP).then(res => {
+ alert(res.data);
+ })
+ },
dataExport () {
if (this.dateRange && this.dateRange.length === 2) {
this.searchModel.Btime = this.dateRange[0]
diff --git a/src/components/product/accountSearch.vue b/src/components/product/accountSearch.vue
index 1fee6eb..0bb5d44 100644
--- a/src/components/product/accountSearch.vue
+++ b/src/components/product/accountSearch.vue
@@ -100,7 +100,10 @@
-
+
+
+ {{scope.row.LoginIP}}
+
@@ -300,6 +303,11 @@ export default {
this.$message.success('设置成功')
})
},
+ findaddr (item) {
+ this.$api.get(this.$api.phpURL + 'api/index/getIpAddress?ip='+item.LoginIP).then(res => {
+ alert(res.data);
+ })
+ },
killout(item){
var params={
productId:item.info.ProductId,