From 046f0bf729e551d5507474697a95804de00aa9c1 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 13 Jul 2023 09:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qianxinan/AppLoginLog/AppLoginLog.vue | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/project/qianxinan/AppLoginLog/AppLoginLog.vue b/project/qianxinan/AppLoginLog/AppLoginLog.vue index 50c9874c..623b9fab 100644 --- a/project/qianxinan/AppLoginLog/AppLoginLog.vue +++ b/project/qianxinan/AppLoginLog/AppLoginLog.vue @@ -27,25 +27,6 @@ :current.sync="search.current" :size.sync="search.size" @getList="getList"> - - - - - - @@ -73,7 +54,7 @@ colConfigs: [ { prop: 'userName', label: '姓名' }, { prop: 'departFullName', label: '部门', align: 'center' }, - { slot: 'ip', label: 'IP', align: 'center' }, + { prop: 'ip', label: 'IP', align: 'center' }, { prop: 'clientId', label: '客户端', align: 'center' }, { prop: 'createTime', label: '登录时间', align: 'center' } ]