From b43b2b7ab939a9d79d67cb88b5df99e37287b00c Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 11 Jul 2024 09:14:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BC=96=E7=A0=81=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/filedestory/filedestory.html | 4 +--- .../resources/templates/system/fileextract/fileextract.html | 4 +--- .../resources/templates/system/fileprovide/fileprovide.html | 4 +--- .../resources/templates/system/filereceive/filereceive.html | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/filedestory/filedestory.html b/ruoyi-admin/src/main/resources/templates/system/filedestory/filedestory.html index f9b0683..9cd9ba9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/filedestory/filedestory.html +++ b/ruoyi-admin/src/main/resources/templates/system/filedestory/filedestory.html @@ -62,9 +62,7 @@ detailUrl:prefix + "/detail/{id}", exportUrl: prefix + "/export", modalName: "涉密文件接收", - columns: [{ - checkbox: true - }, + columns: [ { field: 'receiveId', title: '接收编号', diff --git a/ruoyi-admin/src/main/resources/templates/system/fileextract/fileextract.html b/ruoyi-admin/src/main/resources/templates/system/fileextract/fileextract.html index 01b0b63..90437e7 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileextract/fileextract.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileextract/fileextract.html @@ -65,9 +65,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "涉密文件提取", - columns: [{ - checkbox: true - }, + columns: [ { field: 'receiveId', title: '接收编号', diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html index 1b0307a..73e949a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html @@ -82,9 +82,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "文件下发", - columns: [{ - checkbox: true - }, + columns: [ { field: 'fileId', title: '文件编号' diff --git a/ruoyi-admin/src/main/resources/templates/system/filereceive/filereceive.html b/ruoyi-admin/src/main/resources/templates/system/filereceive/filereceive.html index 193bfbc..bda7bc9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/filereceive/filereceive.html +++ b/ruoyi-admin/src/main/resources/templates/system/filereceive/filereceive.html @@ -65,9 +65,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "涉密文件接收", - columns: [{ - checkbox: true - }, + columns: [ { field: 'receiveId', title: '接收编号',