From c7fe77d22bc7ed95bb4ee67eec501be9c23868dc Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 11 Jul 2024 09:09:47 +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 --- .../templates/system/fileprovide/filenum/filenum.html | 4 +--- .../templates/system/network/networknum/networknum.html | 4 +--- .../templates/system/property/propertynum/propertynum.html | 4 +--- .../main/resources/templates/system/trainnum/trainnum.html | 4 +--- .../src/main/resources/templates/system/user/user.html | 4 ++-- .../templates/system/user/userexamine/userexamine.html | 6 ++---- .../main/resources/templates/system/usernum/usernum.html | 4 +--- 7 files changed, 9 insertions(+), 21 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html index ea96e02..81976da 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html @@ -71,9 +71,7 @@ url: prefix + "/list", exportUrl: prefix + "/export", modalName: "文件下发", - columns: [{ - checkbox: true - }, + columns: [ { field: 'fileId', title: '文件编号' diff --git a/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html b/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html index 9a2ed19..773bba2 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html @@ -75,9 +75,7 @@ url: prefix + "/list", exportUrl: prefix + "/export", modalName: "涉密网络设备", - columns: [{ - checkbox: true - }, + columns: [ { field: 'netId', title: '网络编号', diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html index 286f9ec..f712829 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html @@ -106,9 +106,7 @@ var options = { url: prefix + "/list", modalName: "资产登记", - columns: [{ - checkbox: true - }, + columns: [ { field: 'useId', title: '资产编号' diff --git a/ruoyi-admin/src/main/resources/templates/system/trainnum/trainnum.html b/ruoyi-admin/src/main/resources/templates/system/trainnum/trainnum.html index a1f9cf8..60f051e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/trainnum/trainnum.html +++ b/ruoyi-admin/src/main/resources/templates/system/trainnum/trainnum.html @@ -67,9 +67,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "涉密人员培训", - columns: [{ - checkbox: true - }, + columns: [ { field: 'id', title: 'ID', diff --git a/ruoyi-admin/src/main/resources/templates/system/user/user.html b/ruoyi-admin/src/main/resources/templates/system/user/user.html index 80b0fa0..fd620c9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/user.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/user.html @@ -125,13 +125,13 @@ importTemplateUrl: prefix + "/importTemplate", sortName: "createTime", sortOrder: "desc", - modalName: "用户", + modalName: "人员", columns: [{ checkbox: true }, { field: 'userId', - title: '用户ID' + title: '人员ID' }, { field: 'loginName', diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html index cc93549..73d9783 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html @@ -54,12 +54,10 @@ var options = { url: prefix + "/list", modalName: "涉密人员审核", - columns: [{ - checkbox: true - }, + columns: [ { field: 'userId', - title: 'id', + title: '人员ID', }, { field: 'loginName', diff --git a/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html b/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html index 22f48dc..3de5e85 100644 --- a/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html +++ b/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html @@ -103,9 +103,7 @@ removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "用户", - columns: [{ - checkbox: true - }, + columns: [ { field : 'dept.deptid', title : '编号',