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