From 5d959fb7d9912b709a8c12daaa58f32bb8c5b382 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 27 Jun 2022 15:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/File.php | 1 + app/admin/view/file/index_search.html | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app/admin/controller/File.php b/app/admin/controller/File.php index 418e7faf3..f4393b0f8 100644 --- a/app/admin/controller/File.php +++ b/app/admin/controller/File.php @@ -51,6 +51,7 @@ class File extends Controller { SystemFile::mQuery()->layTable(function () { $this->title = '媒体文件管理'; + $this->xexts = SystemFile::mk()->distinct()->column('xext'); }, function (QueryHelper $query) { $query->like('name,hash,xext')->dateBetween('create_at'); $query->where(['issafe' => 0, 'status' => 2])->equal('type'); diff --git a/app/admin/view/file/index_search.html b/app/admin/view/file/index_search.html index 95167c2fe..212b72544 100644 --- a/app/admin/view/file/index_search.html +++ b/app/admin/view/file/index_search.html @@ -18,16 +18,23 @@
- +
+ +
- + {foreach $types as $k=>$v}{if isset($get.type) and $k eq $get.type} {else}