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: '接收编号',