From 84015c829c8eec651c164b38ce80d4e986dc82ca Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Wed, 3 Apr 2024 16:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=82=B9=E7=82=B9=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=95=B4=E7=90=86=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/admin/user.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/admin/user.php b/views/admin/user.php index 10e1310..792bc49 100644 --- a/views/admin/user.php +++ b/views/admin/user.php @@ -3,7 +3,6 @@ use app\models\PublicKeyCredentialSourceRepository; use app\models\User; use app\utils\FileSizeHelper; -use app\utils\IPLocation; use yii\grid\ActionColumn; use yii\grid\GridView; use yii\helpers\Html; @@ -28,9 +27,7 @@ $this->params['breadcrumbs'][] = $this->title;
$dataProvider, - 'filterModel' => $searchModel, 'columns' => [ -// ['class' => 'yii\grid\CheckboxColumn'], ['attribute' => 'id', 'label' => 'ID'], ['attribute' => 'username', 'label' => '用户名'], ['attribute' => 'name', 'label' => '昵称'],